#A9AC87

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

Shades of Bud #A9AC87

Tints of Bud #A9AC87

Color information

#A9AC87 (or 0xA9AC87) is unknown color: approx Bud. HEX triplet: A9, AC and 87. RGB value is (169,172,135). Sum of RGB (Red+Green+Blue) = 169+172+135=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AC87 is #565378. Grayscale: #A7A7A7. Windows color (decimal): -5657465 or 8891561. OLE color: 8891561.

HSL color Cylindrical-coordinate representation of color #A9AC87: hue angle of 64.86º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9AC87 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB169172135-
CMYK0.0200.220.33
HSL64.86º18.23%60.2%-
HSV(B)64.86º21.51%67.45%-
XYZ35.4939.6928.71-
YUV166.88110.01129.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.50%
GREEN value IS 172 (67.58% from 255) = 36.13%
BLUE value IS 135 (53.12% from 255) = 28.36%
R=35.50%
G=36.13%
B=28.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691721350.0200.220.3364.8618.2360.2
HexA9AC8720162141123c
Octal2512542072026411012274
Binary10101001101011001000011110010110100001100000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AC87; }

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

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

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

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

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

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

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

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