#AC9F92

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

Shades of Zorba #AC9F92

Tints of Zorba #AC9F92

Color information

#AC9F92 (or 0xAC9F92) is unknown color: approx Zorba. HEX triplet: AC, 9F and 92. RGB value is (172,159,146). Sum of RGB (Red+Green+Blue) = 172+159+146=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9F92 is #53606D. Grayscale: #A1A1A1. Windows color (decimal): -5464174 or 9609132. OLE color: 9609132.

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

Color convert

RGB172159146-
CMYK00.080.150.33
HSL30º13.54%62.35%-
HSV(B)30º15.12%67.45%-
XYZ34.635.6432.25-
YUV161.4119.31135.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 159 (62.5% from 255) = 33.33%
BLUE value IS 146 (57.42% from 255) = 30.61%
R=36.06%
G=33.33%
B=30.61%

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
Decimal17215914600.080.150.333013.5462.35
HexAC9F9208F211ee3e
Octal2542372220101741361676
Binary101011001001111110010010010001111100001111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F92; }

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

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

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

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

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

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

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

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