#AC9E91

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

Shades of Zorba #AC9E91

Tints of Zorba #AC9E91

Color information

#AC9E91 (or 0xAC9E91) is unknown color: approx Zorba. HEX triplet: AC, 9E and 91. RGB value is (172,158,145). Sum of RGB (Red+Green+Blue) = 172+158+145=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9E91 is #53616E. Grayscale: #A0A0A0. Windows color (decimal): -5464431 or 9543340. OLE color: 9543340.

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

Color convert

RGB172158145-
CMYK00.080.160.33
HSL28.89º13.99%62.16%-
HSV(B)28.89º15.7%67.45%-
XYZ34.3535.2731.79-
YUV160.7119.14136.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 158 (62.11% from 255) = 33.26%
BLUE value IS 145 (57.03% from 255) = 30.53%
R=36.21%
G=33.26%
B=30.53%

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
Decimal17215814500.080.160.3328.8913.9962.16
HexAC9E910810211de3e
Octal2542362210102041351676
Binary1010110010011110100100010100010000100001111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9E91; }

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

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

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

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

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

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

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

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