#AA9E93

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

Shades of Zorba #AA9E93

Tints of Zorba #AA9E93

Color information

#AA9E93 (or 0xAA9E93) is unknown color: approx Zorba. HEX triplet: AA, 9E and 93. RGB value is (170,158,147). Sum of RGB (Red+Green+Blue) = 170+158+147=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9E93 is #55616C. Grayscale: #A0A0A0. Windows color (decimal): -5595501 or 9674410. OLE color: 9674410.

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

Color convert

RGB170158147-
CMYK00.070.140.33
HSL28.7º11.92%62.16%-
HSV(B)28.7º13.53%66.67%-
XYZ34.0735.1132.58-
YUV160.33120.48134.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 158 (62.11% from 255) = 33.26%
BLUE value IS 147 (57.81% from 255) = 30.95%
R=35.79%
G=33.26%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015814700.070.140.3328.711.9262.16
HexAA9E9307E211dc3e
Octal252236223071641351476
Binary10101010100111101001001101111110100001111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E93; }

 p { color: rgb(170,158,147); }

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

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

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

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

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

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

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