#A9AC8D

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

Shades of Bud #A9AC8D

Tints of Bud #A9AC8D

Color information

#A9AC8D (or 0xA9AC8D) is unknown color: approx Bud. HEX triplet: A9, AC and 8D. RGB value is (169,172,141). Sum of RGB (Red+Green+Blue) = 169+172+141=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AC8D is #565372. Grayscale: #A7A7A7. Windows color (decimal): -5657459 or 9284777. OLE color: 9284777.

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

Color convert

RGB169172141-
CMYK0.0200.180.33
HSL65.81º15.74%61.37%-
HSV(B)65.81º18.02%67.45%-
XYZ35.9239.8631-
YUV167.57113.01129.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.06%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 141 (55.47% from 255) = 29.25%
R=35.06%
G=35.68%
B=29.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691721410.0200.180.3365.8115.7461.37
HexA9AC8D20122142103d
Octal2512542152022411022075
Binary10101001101011001000110110010010100001100001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AC8D; }

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

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

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

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

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

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

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

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