#AAAA92

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

Shades of Bud #AAAA92

Tints of Bud #AAAA92

Color information

#AAAA92 (or 0xAAAA92) is unknown color: approx Bud. HEX triplet: AA, AA and 92. RGB value is (170,170,146). Sum of RGB (Red+Green+Blue) = 170+170+146=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA92 is #55556D. Grayscale: #A7A7A7. Windows color (decimal): -5592430 or 9611946. OLE color: 9611946.

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

Color convert

RGB170170146-
CMYK000.140.33
HSL60º12.37%61.96%-
HSV(B)60º14.12%66.67%-
XYZ36.1439.3732.89-
YUV167.26116129.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 146 (57.42% from 255) = 30.04%
R=34.98%
G=34.98%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170146000.140.336012.3761.96
HexAAAA9200E213cc3e
Octal252252222001641741476
Binary1010101010101010100100100011101000011111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA92; }

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

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

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

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

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

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

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

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