#AC9A89

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

Shades of Zorba #AC9A89

Tints of Zorba #AC9A89

Color information

#AC9A89 (or 0xAC9A89) is unknown color: approx Zorba. HEX triplet: AC, 9A and 89. RGB value is (172,154,137). Sum of RGB (Red+Green+Blue) = 172+154+137=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9A89 is #536576. Grayscale: #9D9D9D. Windows color (decimal): -5465463 or 9018028. OLE color: 9018028.

HSL color Cylindrical-coordinate representation of color #AC9A89: hue angle of 29.14º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC9A89 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB172154137-
CMYK00.100.200.33
HSL29.14º17.41%60.59%-
HSV(B)29.14º20.35%67.45%-
XYZ33.0833.6928.43-
YUV157.44116.46138.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 154 (60.55% from 255) = 33.26%
BLUE value IS 137 (53.91% from 255) = 29.59%
R=37.15%
G=33.26%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215413700.100.200.3329.1417.4160.59
HexAC9A890A14211d113d
Octal2542322110122441352175
Binary10101100100110101000100101010101001000011110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9A89; }

 p { color: rgb(172,154,137); }

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

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

 a { background-color: rgb(172,154,137); }

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

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

 span { border-color: rgb(172,154,137); }

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