COLOR #ABA378

HEX: #ABA378 RGB: (171,163,120)

Color info

#ABA378 contains red, green and blue colors in about the same proportion. Web safe color of #ABA378 is #999966 (or #996).

RGB color model

#ABA378 color RGB value is (171,163,120).

RGB: (171,163,120) (67%, 64%, 47%)

RGB channels and saturation

R 171 of 255 = 67%
G 163 of 255 = 64%
B 120 of 255 = 47%

171
163
120

R + G + B ~ 59%. #ABA378 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 171 + 163 + 120 = 454 (100%)
R 171 of 454 ~ 37.67%
G 163 of 454 ~ 35.9%
B 120 of 454 ~ 26.43'%

%37.67
%35.9
%26.43

CMYK color model

#ABA378 color CMYK value is (0,5,30,33).

  • cyan value is 0.00%
  • magenta value is 4.68%
  • yellow value is 29.82%
  • key color value is 32.94%

CMYK: (0,5,30,33)
C0M5Y30K33 (0%, 5%, 30%, 33%)
(0.00 / 0.05 / 0.30 / 0.33)

CMYK percentages

%0
%4.68
%29.82
%32.94

Codes

Color #ABA378 in popluar color models

AB A3 78
RGB 171 163 120
HSL 51° 23.29% 57.06%
HSB/HSV 51° 29.82% 67.06%
CMYK 0.00% 4.68% 29.82%
32.94%

Color #ABA378 in popluar number systems.

HEX AB A3 78
Decimal 171 163 120
Binary 10101011 10100011 1111000
Octal 253 243 170

Shades and tints

Shades of #ABA378

#ABA378
(171,163,120)
#9C956E
(156,149,110)
#8D8764
(141,135,100)
#7E795A
(126,121,90)
#6F6B50
(111,107,80)
#605D46
(96,93,70)
#514F3C
(81,79,60)
#424132
(66,65,50)
#333328
(51,51,40)
#24251E
(36,37,30)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #ABA378

#ABA378
(171,163,120)
#B2AB84
(178,171,132)
#B9B390
(185,179,144)
#C0BB9C
(192,187,156)
#C7C3A8
(199,195,168)
#CECBB4
(206,203,180)
#D5D3C0
(213,211,192)
#DCDBCC
(220,219,204)
#E3E3D8
(227,227,216)
#EAEBE4
(234,235,228)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA378 color. Also use rgb(171,163,120) instead hex code.

Text Font Color

.myTextColor { color: #ABA378; }

<p style="color:#ABA378">This sample text font color is #ABA378.</p>

This text font color is #ABA378.

Background Color

.myBgColor { background-color: #ABA378; }

<div style="background-color:#ABA378">Inner text</div>

This div background color is #ABA378.

Border color

.myBorderColor { border: 1px solid #ABA378; }

<div style="border:3px solid #ABA378">Div</div>

This div border color is #ABA378.

Opacity

.myOpacity80 { color: #ABA378; opacity: 0.8; }

<p style="color:#ABA378;opacity:0.8;">80%</p>

Text with #ABA378 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ABA378;}

<p style="text-shadow: 3px 3px 1px #ABA378">Text here.</p>

This text has shadow with #ABA378 color.


.textShadow {text-shadow: 3px 3px 1px #ABA378', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ABA378, 5px 5px 20px red">Text here.</p>

This text has shadow with #ABA378 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABA378, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ABA378, Direction=45, Strength=4)">Text</p>

This text has shadow with #ABA378 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABA378;
-webkit-box-shadow: 1px 1px 3px 2px #ABA378;
box-shadow: 1px 1px 3px 2px #ABA378;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABA378; -webkit-box-shadow: 1px 1px 3px 2px #ABA378; box-shadow:1px 1px 3px 2px #ABA378;">
Div content here
</div>

This div box has shadow with color #ABA378.

Preview

Color preview on black background

This text has color #ABA378 on black background.


Color preview on white background

This text has color #ABA378 on white background.


Black color preview on #ABA378 background

This text has black color on #ABA378 background.


White color preview on #ABA378 background

This text has white color on #ABA378 background.


Related colors

Complementary color

Complementary color for #hex is #545C87.


I love getcolorcode.com

Triadic colors

1 #78ABA3 and #A378AB with #ABA378 are triadic colors.

2 #78A3AB and #A3AB78 with #ABA378 are triadic colors.