#AA9588

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

Shades of Zorba #AA9588

Tints of Zorba #AA9588

Color information

#AA9588 (or 0xAA9588) is unknown color: approx Zorba. HEX triplet: AA, 95 and 88. RGB value is (170,149,136). Sum of RGB (Red+Green+Blue) = 170+149+136=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9588 is #556A77. Grayscale: #999999. Windows color (decimal): -5597816 or 8951210. OLE color: 8951210.

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

Color convert

RGB170149136-
CMYK00.120.200.33
HSL22.94º16.67%60%-
HSV(B)22.94º20%66.67%-
XYZ31.7731.8227.76-
YUV153.8117.96139.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 149 (58.59% from 255) = 32.75%
BLUE value IS 136 (53.52% from 255) = 29.89%
R=37.36%
G=32.75%
B=29.89%

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
Decimal17014913600.120.200.3322.9416.6760
HexAA95880C142117113c
Octal2522252100142441272174
Binary10101010100101011000100001100101001000011011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9588; }

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

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

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

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

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

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

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

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