#AA9D8F

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

Shades of Zorba #AA9D8F

Tints of Zorba #AA9D8F

Color information

#AA9D8F (or 0xAA9D8F) is unknown color: approx Zorba. HEX triplet: AA, 9D and 8F. RGB value is (170,157,143). Sum of RGB (Red+Green+Blue) = 170+157+143=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9D8F is #556270. Grayscale: #9F9F9F. Windows color (decimal): -5595761 or 9412010. OLE color: 9412010.

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

Color convert

RGB170157143-
CMYK00.080.160.33
HSL31.11º13.71%61.37%-
HSV(B)31.11º15.88%66.67%-
XYZ33.5934.6430.9-
YUV159.29118.81135.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 157 (61.72% from 255) = 33.40%
BLUE value IS 143 (56.25% from 255) = 30.43%
R=36.17%
G=33.40%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015714300.080.160.3331.1113.7161.37
HexAA9D8F0810211fe3d
Octal2522352170102041371675
Binary1010101010011101100011110100010000100001111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9D8F; }

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

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

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

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

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

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

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

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