#AC9B8C

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

Shades of Zorba #AC9B8C

Tints of Zorba #AC9B8C

Color information

#AC9B8C (or 0xAC9B8C) is unknown color: approx Zorba. HEX triplet: AC, 9B and 8C. RGB value is (172,155,140). Sum of RGB (Red+Green+Blue) = 172+155+140=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9B8C is #536473. Grayscale: #9E9E9E. Windows color (decimal): -5465204 or 9214892. OLE color: 9214892.

HSL color Cylindrical-coordinate representation of color #AC9B8C: hue angle of 28.13º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AC9B8C is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB172155140-
CMYK00.100.190.33
HSL28.13º16.16%61.18%-
HSV(B)28.13º18.6%67.45%-
XYZ33.4734.1129.63-
YUV158.37117.63137.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 155 (60.94% from 255) = 33.19%
BLUE value IS 140 (55.08% from 255) = 29.98%
R=36.83%
G=33.19%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215514000.100.190.3328.1316.1661.18
HexAC9B8C0A13211c103d
Octal2542332140122341342075
Binary10101100100110111000110001010100111000011110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9B8C; }

 p { color: rgb(172,155,140); }

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

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

 a { background-color: rgb(172,155,140); }

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

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

 span { border-color: rgb(172,155,140); }

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