Html Css Color HEX #AA9588 Zorba

📋 copy color: '#AA9588'

red 170 ◦ green 149 ◦ blue 136

#AA9588
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zorba #AA9588

Tints of Zorba #AA9588

RGB

 RED value IS 170 (66.8% 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 value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AA9588 (or 0xAA9588) is known color: 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

RGB 170 149 136 -
CMYK 0 0.12 0.20 0.33
HSL 22.94º 0.17% 0.6% -
HSV(B) 22.94º 0.2% 0.67% -
XYZ 31.77 31.82 27.76 -
YUV 153.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 170 149 136 0 0.12 0.20 0.33 22.94 0.17 0.6
Hex AA 95 88 0 C 14 21 17 11 3C
Octal 252 225 210 0 14 24 41 27 21 74
Binary 10101010 10010101 10001000 0 1100 10100 100001 10111 10001 111100

Color Harmonies of #AA9588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9588

Black with #AA9588

Text Example


Text Example

White with #AA9588

Text Example


Text Example

HTML Codes & Css Web 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>