#AA9C8D

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

Shades of Zorba #AA9C8D

Tints of Zorba #AA9C8D

Color information

#AA9C8D (or 0xAA9C8D) is unknown color: approx Zorba. HEX triplet: AA, 9C and 8D. RGB value is (170,156,141). Sum of RGB (Red+Green+Blue) = 170+156+141=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9C8D is #556372. Grayscale: #9E9E9E. Windows color (decimal): -5596019 or 9280682. OLE color: 9280682.

HSL color Cylindrical-coordinate representation of color #AA9C8D: hue angle of 31.03º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AA9C8D is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB170156141-
CMYK00.080.170.33
HSL31.03º14.57%60.98%-
HSV(B)31.03º17.06%66.67%-
XYZ33.2734.2530.06-
YUV158.48118.14136.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 156 (61.33% from 255) = 33.40%
BLUE value IS 141 (55.47% from 255) = 30.19%
R=36.40%
G=33.40%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015614100.080.170.3331.0314.5760.98
HexAA9C8D0811211ff3d
Octal2522342150102141371775
Binary1010101010011100100011010100010001100001111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C8D; }

 p { color: rgb(170,156,141); }

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

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

 a { background-color: rgb(170,156,141); }

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

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

 span { border-color: rgb(170,156,141); }

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