#AA9685

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

Shades of Zorba #AA9685

Tints of Zorba #AA9685

Color information

#AA9685 (or 0xAA9685) is unknown color: approx Zorba. HEX triplet: AA, 96 and 85. RGB value is (170,150,133). Sum of RGB (Red+Green+Blue) = 170+150+133=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9685 is #55697A. Grayscale: #9A9A9A. Windows color (decimal): -5597563 or 8754858. OLE color: 8754858.

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

Color convert

RGB170150133-
CMYK00.120.220.33
HSL27.57º17.87%59.41%-
HSV(B)27.57º21.76%66.67%-
XYZ31.7232.0526.71-
YUV154.04116.13139.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 133 (52.34% from 255) = 29.36%
R=37.53%
G=33.11%
B=29.36%

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
Decimal17015013300.120.220.3327.5717.8759.41
HexAA96850C16211c123b
Octal2522262050142641342273
Binary10101010100101101000010101100101101000011110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9685; }

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

 H1.HeaderClassName
 {
   color: #AA9685;
 }
 .AnyTagClassName
 {
   color: #AA9685;
 }
</style>
background-color css

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

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

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

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

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

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