#A9AC92

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

Shades of Bud #A9AC92

Tints of Bud #A9AC92

Color information

#A9AC92 (or 0xA9AC92) is unknown color: approx Bud. HEX triplet: A9, AC and 92. RGB value is (169,172,146). Sum of RGB (Red+Green+Blue) = 169+172+146=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AC92 is #56536D. Grayscale: #A8A8A8. Windows color (decimal): -5657454 or 9612457. OLE color: 9612457.

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

Color convert

RGB169172146-
CMYK0.0200.150.33
HSL66.92º13.54%62.35%-
HSV(B)66.92º15.12%67.45%-
XYZ36.340.0233-
YUV168.14115.51128.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.70%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 146 (57.42% from 255) = 29.98%
R=34.70%
G=35.32%
B=29.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691721460.0200.150.3366.9213.5462.35
HexA9AC9220F2143e3e
Octal2512542222017411031676
Binary101010011010110010010010100111110000110000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AC92; }

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

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

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

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

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

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

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

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