#AC9D91

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

Shades of Zorba #AC9D91

Tints of Zorba #AC9D91

Color information

#AC9D91 (or 0xAC9D91) is unknown color: approx Zorba. HEX triplet: AC, 9D and 91. RGB value is (172,157,145). Sum of RGB (Red+Green+Blue) = 172+157+145=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9D91 is #53626E. Grayscale: #A0A0A0. Windows color (decimal): -5464687 or 9543084. OLE color: 9543084.

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

Color convert

RGB172157145-
CMYK00.090.160.33
HSL26.67º13.99%62.16%-
HSV(B)26.67º15.7%67.45%-
XYZ34.1834.9331.73-
YUV160.12119.47136.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 157 (61.72% from 255) = 33.12%
BLUE value IS 145 (57.03% from 255) = 30.59%
R=36.29%
G=33.12%
B=30.59%

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
Decimal17215714500.090.160.3326.6713.9962.16
HexAC9D910910211be3e
Octal2542352210112041331676
Binary1010110010011101100100010100110000100001110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9D91; }

 p { color: rgb(172,157,145); }

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

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

 a { background-color: rgb(172,157,145); }

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

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

 span { border-color: rgb(172,157,145); }

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