#AC9789

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

Shades of Zorba #AC9789

Tints of Zorba #AC9789

Color information

#AC9789 (or 0xAC9789) is unknown color: approx Zorba. HEX triplet: AC, 97 and 89. RGB value is (172,151,137). Sum of RGB (Red+Green+Blue) = 172+151+137=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9789 is #536876. Grayscale: #9B9B9B. Windows color (decimal): -5466231 or 9017260. OLE color: 9017260.

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

Color convert

RGB172151137-
CMYK00.120.200.33
HSL24º17.41%60.59%-
HSV(B)24º20.35%67.45%-
XYZ32.632.7128.26-
YUV155.68117.46139.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 151 (59.38% from 255) = 32.83%
BLUE value IS 137 (53.91% from 255) = 29.78%
R=37.39%
G=32.83%
B=29.78%

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
Decimal17215113700.120.200.332417.4160.59
HexAC97890C142118113d
Octal2542272110142441302175
Binary10101100100101111000100101100101001000011100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9789; }

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

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

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

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

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

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

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

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