#AC9887

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

Shades of Zorba #AC9887

Tints of Zorba #AC9887

Color information

#AC9887 (or 0xAC9887) is unknown color: approx Zorba. HEX triplet: AC, 98 and 87. RGB value is (172,152,135). Sum of RGB (Red+Green+Blue) = 172+152+135=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9887 is #536778. Grayscale: #9C9C9C. Windows color (decimal): -5465977 or 8886444. OLE color: 8886444.

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

Color convert

RGB172152135-
CMYK00.120.220.33
HSL27.57º18.23%60.2%-
HSV(B)27.57º21.51%67.45%-
XYZ32.6132.9827.57-
YUV156.04116.13139.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 152 (59.77% from 255) = 33.12%
BLUE value IS 135 (53.12% from 255) = 29.41%
R=37.47%
G=33.12%
B=29.41%

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
Decimal17215213500.120.220.3327.5718.2360.2
HexAC98870C16211c123c
Octal2542302070142641342274
Binary10101100100110001000011101100101101000011110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9887; }

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

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

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

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

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

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

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

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