#AC9989

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

Shades of Zorba #AC9989

Tints of Zorba #AC9989

Color information

#AC9989 (or 0xAC9989) is unknown color: approx Zorba. HEX triplet: AC, 99 and 89. RGB value is (172,153,137). Sum of RGB (Red+Green+Blue) = 172+153+137=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9989 is #536676. Grayscale: #9C9C9C. Windows color (decimal): -5465719 or 9017772. OLE color: 9017772.

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

Color convert

RGB172153137-
CMYK00.110.200.33
HSL27.43º17.41%60.59%-
HSV(B)27.43º20.35%67.45%-
XYZ32.9233.3628.37-
YUV156.86116.79138.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 153 (60.16% from 255) = 33.12%
BLUE value IS 137 (53.91% from 255) = 29.65%
R=37.23%
G=33.12%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215313700.110.200.3327.4317.4160.59
HexAC99890B14211b113d
Octal2542312110132441332175
Binary10101100100110011000100101011101001000011101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9989; }

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

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

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

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

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

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

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

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