#AA9D91

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

Shades of Zorba #AA9D91

Tints of Zorba #AA9D91

Color information

#AA9D91 (or 0xAA9D91) is unknown color: approx Zorba. HEX triplet: AA, 9D and 91. RGB value is (170,157,145). Sum of RGB (Red+Green+Blue) = 170+157+145=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9D91 is #55626E. Grayscale: #9F9F9F. Windows color (decimal): -5595759 or 9543082. OLE color: 9543082.

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

Color convert

RGB170157145-
CMYK00.080.150.33
HSL28.8º12.82%61.76%-
HSV(B)28.8º14.71%66.67%-
XYZ33.7534.731.71-
YUV159.52119.81135.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 157 (61.72% from 255) = 33.26%
BLUE value IS 145 (57.03% from 255) = 30.72%
R=36.02%
G=33.26%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015714500.080.150.3328.812.8261.76
HexAA9D9108F211dd3e
Octal2522352210101741351576
Binary101010101001110110010001010001111100001111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9D91; }

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

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

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

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

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

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

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

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