#A9AE87

Color #A9AE87 Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bud #A9AE87

Tints of Bud #A9AE87

Color information

#A9AE87 (or 0xA9AE87) is unknown color: approx Bud. HEX triplet: A9, AE and 87. RGB value is (169,174,135). Sum of RGB (Red+Green+Blue) = 169+174+135=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AE87 is #565178. Grayscale: #A8A8A8. Windows color (decimal): -5656953 or 8892073. OLE color: 8892073.

HSL color Cylindrical-coordinate representation of color #A9AE87: hue angle of 67.69º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9AE87 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB169174135-
CMYK0.0300.220.32
HSL67.69º19.4%60.59%-
HSV(B)67.69º22.41%68.24%-
XYZ35.8740.4628.84-
YUV168.06109.34128.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 35.36%
GREEN value IS 174 (68.36% from 255) = 36.40%
BLUE value IS 135 (53.12% from 255) = 28.24%
R=35.36%
G=36.40%
B=28.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691741350.0300.220.3267.6919.460.59
HexA9AE8730162044133d
Octal2512562073026401042375
Binary10101001101011101000011111010110100000100010010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AE87; }

 p { color: rgb(169,174,135); }

 H1.HeaderClassName
 {
   color: #A9AE87;
 }
 .AnyTagClassName
 {
   color: #A9AE87;
 }
</style>
background-color css

<style>
 a { background-color: #A9AE87; }

 a { background-color: rgb(169,174,135); }

 div.DivClassName
 {
   background-color: #A9AE87;
 }
 .BgClassName
 {
   background-color: #A9AE87;
 }
</style>
border-color css

<style>
 span { border-color: #A9AE87; }

 span { border-color: rgb(169,174,135); }

 td.TdClassName
 {
   border-color: #A9AE87;
 }
 .TagClassName
 {
   border-color: #A9AE87;
 }
</style>