#AA9684

Color #AA9684 Zorba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zorba #AA9684

Tints of Zorba #AA9684

Color information

#AA9684 (or 0xAA9684) is unknown color: approx 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

RGB170150132-
CMYK00.120.220.33
HSL28.42º18.27%59.22%-
HSV(B)28.42º22.35%66.67%-
XYZ31.6532.0226.34-
YUV153.93115.63139.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.61%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 132 (51.95% from 255) = 29.20%
R=37.61%
G=33.19%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015013200.120.220.3328.4218.2759.22
HexAA96840C16211c123b
Octal2522262040142641342273
Binary10101010100101101000010001100101101000011110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>