#AA9B8D

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

Shades of Zorba #AA9B8D

Tints of Zorba #AA9B8D

Color information

#AA9B8D (or 0xAA9B8D) is unknown color: approx Zorba. HEX triplet: AA, 9B and 8D. RGB value is (170,155,141). Sum of RGB (Red+Green+Blue) = 170+155+141=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9B8D is #556472. Grayscale: #9D9D9D. Windows color (decimal): -5596275 or 9280426. OLE color: 9280426.

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

Color convert

RGB170155141-
CMYK00.090.170.33
HSL28.97º14.57%60.98%-
HSV(B)28.97º17.06%66.67%-
XYZ33.1133.9130-
YUV157.89118.47136.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 155 (60.94% from 255) = 33.26%
BLUE value IS 141 (55.47% from 255) = 30.26%
R=36.48%
G=33.26%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015514100.090.170.3328.9714.5760.98
HexAA9B8D0911211df3d
Octal2522332150112141351775
Binary1010101010011011100011010100110001100001111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B8D; }

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

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

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

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

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

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

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

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