#AA9B91

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

Shades of Zorba #AA9B91

Tints of Zorba #AA9B91

Color information

#AA9B91 (or 0xAA9B91) is unknown color: approx Zorba. HEX triplet: AA, 9B and 91. RGB value is (170,155,145). Sum of RGB (Red+Green+Blue) = 170+155+145=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9B91 is #55646E. Grayscale: #9E9E9E. Windows color (decimal): -5596271 or 9542570. OLE color: 9542570.

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

Color convert

RGB170155145-
CMYK00.090.150.33
HSL24º12.82%61.76%-
HSV(B)24º14.71%66.67%-
XYZ33.4134.0331.6-
YUV158.34120.47136.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 155 (60.94% from 255) = 32.98%
BLUE value IS 145 (57.03% from 255) = 30.85%
R=36.17%
G=32.98%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015514500.090.150.332412.8261.76
HexAA9B9109F2118d3e
Octal2522332210111741301576
Binary101010101001101110010001010011111100001110001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B91; }

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

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

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

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

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

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

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

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