#AC9D90

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

Shades of Zorba #AC9D90

Tints of Zorba #AC9D90

Color information

#AC9D90 (or 0xAC9D90) is unknown color: approx Zorba. HEX triplet: AC, 9D and 90. RGB value is (172,157,144). Sum of RGB (Red+Green+Blue) = 172+157+144=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9D90 is #53626F. Grayscale: #A0A0A0. Windows color (decimal): -5464688 or 9477548. OLE color: 9477548.

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

Color convert

RGB172157144-
CMYK00.090.160.33
HSL27.86º14.43%61.96%-
HSV(B)27.86º16.28%67.45%-
XYZ34.134.931.32-
YUV160118.97136.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 157 (61.72% from 255) = 33.19%
BLUE value IS 144 (56.64% from 255) = 30.44%
R=36.36%
G=33.19%
B=30.44%

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
Decimal17215714400.090.160.3327.8614.4361.96
HexAC9D900910211ce3e
Octal2542352200112041341676
Binary1010110010011101100100000100110000100001111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9D90; }

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

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

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

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

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

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

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

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