Html Css Color HEX #AA9589 Zorba

📋 copy color: '#AA9589'

red 170 ◦ green 149 ◦ blue 137

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

Shades of Zorba #AA9589

Tints of Zorba #AA9589

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.68%

 BLUE value IS 137 (53.91% from 255) = 30.04%

R = 37.28%
G = 32.68%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA9589 (or 0xAA9589) is known color: Zorba. HEX triplet: AA, 95 and 89. RGB value is (170,149,137). Sum of RGB (Red+Green+Blue) = 170+149+137=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9589 is #556A76. Grayscale: #999999. Windows color (decimal): -5597815 or 9016746. OLE color: 9016746.

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

Color convert

RGB 170 149 137 -
CMYK 0 0.12 0.19 0.33
HSL 21.82º 0.16% 0.6% -
HSV(B) 21.82º 0.19% 0.67% -
XYZ 31.84 31.85 28.14 -
YUV 153.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 170 149 137 0 0.12 0.19 0.33 21.82 0.16 0.6
Hex AA 95 89 0 C 13 21 16 10 3C
Octal 252 225 211 0 14 23 41 26 20 74
Binary 10101010 10010101 10001001 0 1100 10011 100001 10110 10000 111100

Color Harmonies of #AA9589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9589

Black with #AA9589

Text Example


Text Example

White with #AA9589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9589; }

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

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

background-color css

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

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

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

border-color css

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

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

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