COLOR #A9A758

HEX: #A9A758 RGB: (169,167,88)

Color info

#A9A758 contains mainly red and green colors. Web safe color of #A9A758 is #999966 (or #996).

RGB color model

#A9A758 color RGB value is (169,167,88).

RGB: (169,167,88) (66%, 65%, 35%)

RGB channels and saturation

R 169 of 255 = 66%
G 167 of 255 = 65%
B 88 of 255 = 35%

169
167
88

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

Portions of RGB colors in percentages

R + G + B = 169 + 167 + 88 = 424 (100%)
R 169 of 424 ~ 39.86%
G 167 of 424 ~ 39.39%
B 88 of 424 ~ 20.75'%

%39.86
%39.39
%20.75

CMYK color model

#A9A758 color CMYK value is (0,1,48,34).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 47.93%
  • key color value is 33.73%
CMYK: (0,1,48,34) C0M1Y48K34 (0%,1%,48%,34%) (0.00/0.01/0.48/0.34) 

CMYK percentages

%0
%1.18
%47.93
%33.73

Codes

Color #A9A758 in popluar color models

A9 A7 58
RGB 169 167 88
HSL 59° 32.02% 50.39%
HSB/HSV 59° 47.93% 66.27%
CMYK 0.00% 1.18% 47.93%
33.73%

Color #A9A758 in popluar number systems.

HEX A9 A7 58
Decimal 169 167 88
Binary 10101001 10100111 1011000
Octal 251 247 130

Shades and tints

Shades of #A9A758

#A9A758
(169,167,88)
#9A9850
(154,152,80)
#8B8948
(139,137,72)
#7C7A40
(124,122,64)
#6D6B38
(109,107,56)
#5E5C30
(94,92,48)
#4F4D28
(79,77,40)
#403E20
(64,62,32)
#312F18
(49,47,24)
#222010
(34,32,16)
#131108
(19,17,8)
#000000
(0,0,0)

Tints of #A9A758

#A9A758
(169,167,88)
#B0AF67
(176,175,103)
#B7B776
(183,183,118)
#BEBF85
(190,191,133)
#C5C794
(197,199,148)
#CCCFA3
(204,207,163)
#D3D7B2
(211,215,178)
#DADFC1
(218,223,193)
#E1E7D0
(225,231,208)
#E8EFDF
(232,239,223)
#EFF7EE
(239,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A758 color. Also use rgb(169,167,88) instead hex code.

Text Font Color

.myTextColor { color: #A9A758; }

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

This text font color is #A9A758.

Background Color

.myBgColor { background-color: #A9A758; }

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

This div background color is #A9A758.

Border color

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

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

This div border color is #A9A758.

Opacity

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

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

Text with #A9A758 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 #A9A758;}

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

This text has shadow with #A9A758 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A758.

Preview

Color preview on black background

This text has color #A9A758 on black background.


Color preview on white background

This text has color #A9A758 on white background.


Black color preview on #A9A758 background

This text has black color on #A9A758 background.


White color preview on #A9A758 background

This text has white color on #A9A758 background.


Related colors

Complementary color

Complementary color for #hex is #5658A7.


I love getcolorcode.com

Triadic colors

1 #58A9A7 and #A758A9 with #A9A758 are triadic colors.

2 #58A7A9 and #A7A958 with #A9A758 are triadic colors.