Html Css Color HEX #AA9689 Zorba

📋 copy color: '#AA9689'

red 170 ◦ green 150 ◦ blue 137

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

Shades of Zorba #AA9689

Tints of Zorba #AA9689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.82%

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

R = 37.2%
G = 32.82%
B = 29.98%

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

#AA9689 (or 0xAA9689) is known color: Zorba. HEX triplet: AA, 96 and 89. RGB value is (170,150,137). Sum of RGB (Red+Green+Blue) = 170+150+137=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9689 is #556976. Grayscale: #9A9A9A. Windows color (decimal): -5597559 or 9017002. OLE color: 9017002.

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

Color convert

RGB 170 150 137 -
CMYK 0 0.12 0.19 0.33
HSL 23.64º 0.16% 0.6% -
HSV(B) 23.64º 0.19% 0.67% -
XYZ 32 32.16 28.19 -
YUV 154.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 170 150 137 0 0.12 0.19 0.33 23.64 0.16 0.6
Hex AA 96 89 0 C 13 21 18 10 3C
Octal 252 226 211 0 14 23 41 30 20 74
Binary 10101010 10010110 10001001 0 1100 10011 100001 11000 10000 111100

Color Harmonies of #AA9689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9689

Black with #AA9689

Text Example


Text Example

White with #AA9689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9689; }

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

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

background-color css

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

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

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

border-color css

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

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

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