#AA9989

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

Shades of Zorba #AA9989

Tints of Zorba #AA9989

Color information

#AA9989 (or 0xAA9989) is unknown color: approx Zorba. HEX triplet: AA, 99 and 89. RGB value is (170,153,137). Sum of RGB (Red+Green+Blue) = 170+153+137=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9989 is #556676. Grayscale: #9C9C9C. Windows color (decimal): -5596791 or 9017770. OLE color: 9017770.

HSL color Cylindrical-coordinate representation of color #AA9989: hue angle of 29.09º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA9989 is Cyan = 0, Magento = 0.1, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB170153137-
CMYK00.10.190.33
HSL29.09º16.26%60.2%-
HSV(B)29.09º19.41%66.67%-
XYZ32.4833.1328.35-
YUV156.26117.13137.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 153 (60.16% from 255) = 33.26%
BLUE value IS 137 (53.91% from 255) = 29.78%
R=36.96%
G=33.26%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015313700.10.190.3329.0916.2660.2
HexAA99890A13211d103c
Octal2522312110122341352074
Binary10101010100110011000100101010100111000011110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9989; }

 p { color: rgb(170,153,137); }

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

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

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

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

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

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

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