#AAAA91

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

Shades of Bud #AAAA91

Tints of Bud #AAAA91

Color information

#AAAA91 (or 0xAAAA91) is unknown color: approx Bud. HEX triplet: AA, AA and 91. RGB value is (170,170,145). Sum of RGB (Red+Green+Blue) = 170+170+145=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA91 is #55556E. Grayscale: #A7A7A7. Windows color (decimal): -5592431 or 9546410. OLE color: 9546410.

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

Color convert

RGB170170145-
CMYK000.150.33
HSL60º12.82%61.76%-
HSV(B)60º14.71%66.67%-
XYZ36.0639.3432.48-
YUV167.15115.5130.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 145 (57.03% from 255) = 29.90%
R=35.05%
G=35.05%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170145000.150.336012.8261.76
HexAAAA9100F213cd3e
Octal252252221001741741576
Binary1010101010101010100100010011111000011111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA91; }

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

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

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

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

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

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

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

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