#AAAC92

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

Shades of Bud #AAAC92

Tints of Bud #AAAC92

Color information

#AAAC92 (or 0xAAAC92) is unknown color: approx Bud. HEX triplet: AA, AC and 92. RGB value is (170,172,146). Sum of RGB (Red+Green+Blue) = 170+172+146=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAC92 is #55536D. Grayscale: #A8A8A8. Windows color (decimal): -5591918 or 9612458. OLE color: 9612458.

HSL color Cylindrical-coordinate representation of color #AAAC92: hue angle of 64.62º 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 #AAAC92 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB170172146-
CMYK0.0100.150.33
HSL64.62º13.54%62.35%-
HSV(B)64.62º15.12%67.45%-
XYZ36.5240.1333.01-
YUV168.44115.34129.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 146 (57.42% from 255) = 29.92%
R=34.84%
G=35.25%
B=29.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701721460.0100.150.3364.6213.5462.35
HexAAAC9210F2141e3e
Octal2522542221017411011676
Binary10101010101011001001001010111110000110000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC92; }

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

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

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

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

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

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

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

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