#AA9688

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

Shades of Zorba #AA9688

Tints of Zorba #AA9688

Color information

#AA9688 (or 0xAA9688) is unknown color: approx Zorba. HEX triplet: AA, 96 and 88. RGB value is (170,150,136). Sum of RGB (Red+Green+Blue) = 170+150+136=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9688 is #556977. Grayscale: #9A9A9A. Windows color (decimal): -5597560 or 8951466. OLE color: 8951466.

HSL color Cylindrical-coordinate representation of color #AA9688: hue angle of 24.71º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA9688 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB170150136-
CMYK00.120.200.33
HSL24.71º16.67%60%-
HSV(B)24.71º20%66.67%-
XYZ31.9332.1427.81-
YUV154.38117.63139.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 150 (58.98% from 255) = 32.89%
BLUE value IS 136 (53.52% from 255) = 29.82%
R=37.28%
G=32.89%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015013600.120.200.3324.7116.6760
HexAA96880C142119113c
Octal2522262100142441312174
Binary10101010100101101000100001100101001000011100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9688; }

 p { color: rgb(170,150,136); }

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

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

 a { background-color: rgb(170,150,136); }

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

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

 span { border-color: rgb(170,150,136); }

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