#AC9787

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

Shades of Zorba #AC9787

Tints of Zorba #AC9787

Color information

#AC9787 (or 0xAC9787) is unknown color: approx Zorba. HEX triplet: AC, 97 and 87. RGB value is (172,151,135). Sum of RGB (Red+Green+Blue) = 172+151+135=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9787 is #536878. Grayscale: #9B9B9B. Windows color (decimal): -5466233 or 8886188. OLE color: 8886188.

HSL color Cylindrical-coordinate representation of color #AC9787: hue angle of 25.95º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC9787 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB172151135-
CMYK00.120.220.33
HSL25.95º18.23%60.2%-
HSV(B)25.95º21.51%67.45%-
XYZ32.4532.6527.51-
YUV155.45116.46139.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.55%
GREEN value IS 151 (59.38% from 255) = 32.97%
BLUE value IS 135 (53.12% from 255) = 29.48%
R=37.55%
G=32.97%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215113500.120.220.3325.9518.2360.2
HexAC97870C16211a123c
Octal2542272070142641322274
Binary10101100100101111000011101100101101000011101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9787; }

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

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

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

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

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

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

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

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