Html Css Color HEX #AA9684 Zorba

📋 copy color: '#AA9684'

red 170 ◦ green 150 ◦ blue 132

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

Shades of Zorba #AA9684

Tints of Zorba #AA9684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.2%

R = 37.61%
G = 33.19%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA9684 (or 0xAA9684) is known color: Zorba. HEX triplet: AA, 96 and 84. RGB value is (170,150,132). Sum of RGB (Red+Green+Blue) = 170+150+132=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9684 is #55697B. Grayscale: #9A9A9A. Windows color (decimal): -5597564 or 8689322. OLE color: 8689322.

HSL color Cylindrical-coordinate representation of color #AA9684: hue angle of 28.42º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA9684 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 150 132 -
CMYK 0 0.12 0.22 0.33
HSL 28.42º 0.18% 0.59% -
HSV(B) 28.42º 0.22% 0.67% -
XYZ 31.65 32.02 26.34 -
YUV 153.93 115.63 139.46 -
System Red Green Blue C M Y K H S L
Decimal 170 150 132 0 0.12 0.22 0.33 28.42 0.18 0.59
Hex AA 96 84 0 C 16 21 1C 12 3B
Octal 252 226 204 0 14 26 41 34 22 73
Binary 10101010 10010110 10000100 0 1100 10110 100001 11100 10010 111011

Color Harmonies of #AA9684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9684

Black with #AA9684

Text Example


Text Example

White with #AA9684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9684; }

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

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

background-color css

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

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

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

border-color css

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

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

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