#A9AA92

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

Shades of Bud #A9AA92

Tints of Bud #A9AA92

Color information

#A9AA92 (or 0xA9AA92) is unknown color: approx Bud. HEX triplet: A9, AA and 92. RGB value is (169,170,146). Sum of RGB (Red+Green+Blue) = 169+170+146=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AA92 is #56556D. Grayscale: #A7A7A7. Windows color (decimal): -5657966 or 9611945. OLE color: 9611945.

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

Color convert

RGB169170146-
CMYK0.0100.140.33
HSL62.5º12.37%61.96%-
HSV(B)62.5º14.12%66.67%-
XYZ35.9339.2632.88-
YUV166.96116.17129.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 146 (57.42% from 255) = 30.10%
R=34.85%
G=35.05%
B=30.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691701460.0100.140.3362.512.3761.96
HexA9AA9210E213ec3e
Octal251252222101641761476
Binary1010100110101010100100101011101000011111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AA92; }

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

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

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

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

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

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

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

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