Html Css Color HEX #AA9788 Zorba

📋 copy color: '#AA9788'

red 170 ◦ green 151 ◦ blue 136

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

Shades of Zorba #AA9788

Tints of Zorba #AA9788

RGB

 RED value IS 170 (66.8% from 255) = 37.2%

 GREEN value IS 151 (59.38% from 255) = 33.04%

 BLUE value IS 136 (53.52% from 255) = 29.76%

R = 37.2%
G = 33.04%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AA9788 (or 0xAA9788) is known color: Zorba. HEX triplet: AA, 97 and 88. RGB value is (170,151,136). Sum of RGB (Red+Green+Blue) = 170+151+136=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9788 is #556877. Grayscale: #9B9B9B. Windows color (decimal): -5597304 or 8951722. OLE color: 8951722.

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

Color convert

RGB 170 151 136 -
CMYK 0 0.11 0.20 0.33
HSL 26.47º 0.17% 0.6% -
HSV(B) 26.47º 0.2% 0.67% -
XYZ 32.09 32.46 27.87 -
YUV 154.97 117.29 138.72 -
System Red Green Blue C M Y K H S L
Decimal 170 151 136 0 0.11 0.20 0.33 26.47 0.17 0.6
Hex AA 97 88 0 B 14 21 1A 11 3C
Octal 252 227 210 0 13 24 41 32 21 74
Binary 10101010 10010111 10001000 0 1011 10100 100001 11010 10001 111100

Color Harmonies of #AA9788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9788

Black with #AA9788

Text Example


Text Example

White with #AA9788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9788; }

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

 H1.HeaderClassName
 {
   color: #AA9788;
 }
 .AnyTagClassName
 {
   color: #AA9788;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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