#AC9B8A

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

Shades of Zorba #AC9B8A

Tints of Zorba #AC9B8A

Color information

#AC9B8A (or 0xAC9B8A) is unknown color: approx Zorba. HEX triplet: AC, 9B and 8A. RGB value is (172,155,138). Sum of RGB (Red+Green+Blue) = 172+155+138=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9B8A is #536475. Grayscale: #9E9E9E. Windows color (decimal): -5465206 or 9083820. OLE color: 9083820.

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

Color convert

RGB172155138-
CMYK00.100.200.33
HSL30º17%60.78%-
HSV(B)30º19.77%67.45%-
XYZ33.3234.0528.86-
YUV158.15116.63137.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 155 (60.94% from 255) = 33.33%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=36.99%
G=33.33%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215513800.100.200.33301760.78
HexAC9B8A0A14211e113d
Octal2542332120122441362175
Binary10101100100110111000101001010101001000011111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9B8A; }

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

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

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

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

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

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

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

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