#AC9F93

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

Shades of Zorba #AC9F93

Tints of Zorba #AC9F93

Color information

#AC9F93 (or 0xAC9F93) is unknown color: approx Zorba. HEX triplet: AC, 9F and 93. RGB value is (172,159,147). Sum of RGB (Red+Green+Blue) = 172+159+147=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9F93 is #53606C. Grayscale: #A1A1A1. Windows color (decimal): -5464173 or 9674668. OLE color: 9674668.

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

Color convert

RGB172159147-
CMYK00.080.150.33
HSL28.8º13.09%62.55%-
HSV(B)28.8º14.53%67.45%-
XYZ34.6835.6732.66-
YUV161.52119.81135.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 159 (62.5% from 255) = 33.26%
BLUE value IS 147 (57.81% from 255) = 30.75%
R=35.98%
G=33.26%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215914700.080.150.3328.813.0962.55
HexAC9F9308F211dd3f
Octal2542372230101741351577
Binary101011001001111110010011010001111100001111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F93; }

 p { color: rgb(172,159,147); }

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

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

 a { background-color: rgb(172,159,147); }

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

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

 span { border-color: rgb(172,159,147); }

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