#AAAF91

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

Shades of Bud #AAAF91

Tints of Bud #AAAF91

Color information

#AAAF91 (or 0xAAAF91) is unknown color: approx Bud. HEX triplet: AA, AF and 91. RGB value is (170,175,145). Sum of RGB (Red+Green+Blue) = 170+175+145=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF91 is #55506E. Grayscale: #AAAAAA. Windows color (decimal): -5591151 or 9547690. OLE color: 9547690.

HSL color Cylindrical-coordinate representation of color #AAAF91: hue angle of 70º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAAF91 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB170175145-
CMYK0.0300.170.31
HSL70º15.79%62.75%-
HSV(B)70º17.14%68.63%-
XYZ37.0241.2532.8-
YUV170.08113.84127.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 175 (68.75% from 255) = 35.71%
BLUE value IS 145 (57.03% from 255) = 29.59%
R=34.69%
G=35.71%
B=29.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751450.0300.170.317015.7962.75
HexAAAF9130111F46103f
Octal2522572213021371062077
Binary1010101010101111100100011101000111111100011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF91; }

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

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

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

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

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

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

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

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