#A9AC96

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

Shades of Bud #A9AC96

Tints of Bud #A9AC96

Color information

#A9AC96 (or 0xA9AC96) is unknown color: approx Bud. HEX triplet: A9, AC and 96. RGB value is (169,172,150). Sum of RGB (Red+Green+Blue) = 169+172+150=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AC96 is #565369. Grayscale: #A8A8A8. Windows color (decimal): -5657450 or 9874601. OLE color: 9874601.

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

Color convert

RGB169172150-
CMYK0.0200.130.33
HSL68.18º11.7%63.14%-
HSV(B)68.18º12.79%67.45%-
XYZ36.6240.1434.67-
YUV168.6117.51128.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.42%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 150 (58.98% from 255) = 30.55%
R=34.42%
G=35.03%
B=30.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691721500.0200.130.3368.1811.763.14
HexA9AC9620D2144c3f
Octal2512542262015411041477
Binary101010011010110010010110100110110000110001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AC96; }

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

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

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

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

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

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

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

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