#AA9B8F

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

Shades of Zorba #AA9B8F

Tints of Zorba #AA9B8F

Color information

#AA9B8F (or 0xAA9B8F) is unknown color: approx Zorba. HEX triplet: AA, 9B and 8F. RGB value is (170,155,143). Sum of RGB (Red+Green+Blue) = 170+155+143=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9B8F is #556470. Grayscale: #9E9E9E. Windows color (decimal): -5596273 or 9411498. OLE color: 9411498.

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

Color convert

RGB170155143-
CMYK00.090.160.33
HSL26.67º13.71%61.37%-
HSV(B)26.67º15.88%66.67%-
XYZ33.2633.9730.79-
YUV158.12119.47136.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 155 (60.94% from 255) = 33.12%
BLUE value IS 143 (56.25% from 255) = 30.56%
R=36.32%
G=33.12%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015514300.090.160.3326.6713.7161.37
HexAA9B8F0910211be3d
Octal2522332170112041331675
Binary1010101010011011100011110100110000100001110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B8F; }

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

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

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

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

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

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

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

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