#AC9E90

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

Shades of Zorba #AC9E90

Tints of Zorba #AC9E90

Color information

#AC9E90 (or 0xAC9E90) is unknown color: approx Zorba. HEX triplet: AC, 9E and 90. RGB value is (172,158,144). Sum of RGB (Red+Green+Blue) = 172+158+144=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9E90 is #53616F. Grayscale: #A0A0A0. Windows color (decimal): -5464432 or 9477804. OLE color: 9477804.

HSL color Cylindrical-coordinate representation of color #AC9E90: 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.16%. Process color model (Four color, CMYK) of #AC9E90 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB172158144-
CMYK00.080.160.33
HSL30º14.43%61.96%-
HSV(B)30º16.28%67.45%-
XYZ34.2735.2431.38-
YUV160.59118.64136.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 158 (62.11% from 255) = 33.33%
BLUE value IS 144 (56.64% from 255) = 30.38%
R=36.29%
G=33.33%
B=30.38%

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
Decimal17215814400.080.160.333014.4361.96
HexAC9E900810211ee3e
Octal2542362200102041361676
Binary1010110010011110100100000100010000100001111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9E90; }

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

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

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

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

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

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

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

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