#AC9889

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

Shades of Zorba #AC9889

Tints of Zorba #AC9889

Color information

#AC9889 (or 0xAC9889) is unknown color: approx Zorba. HEX triplet: AC, 98 and 89. RGB value is (172,152,137). Sum of RGB (Red+Green+Blue) = 172+152+137=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9889 is #536776. Grayscale: #9C9C9C. Windows color (decimal): -5465975 or 9017516. OLE color: 9017516.

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

Color convert

RGB172152137-
CMYK00.120.200.33
HSL25.71º17.41%60.59%-
HSV(B)25.71º20.35%67.45%-
XYZ32.7633.0328.32-
YUV156.27117.13139.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 152 (59.77% from 255) = 32.97%
BLUE value IS 137 (53.91% from 255) = 29.72%
R=37.31%
G=32.97%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215213700.120.200.3325.7117.4160.59
HexAC98890C14211a113d
Octal2542302110142441322175
Binary10101100100110001000100101100101001000011101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9889; }

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

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

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

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

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

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

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

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