#AC9A8A

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

Shades of Zorba #AC9A8A

Tints of Zorba #AC9A8A

Color information

#AC9A8A (or 0xAC9A8A) is unknown color: approx Zorba. HEX triplet: AC, 9A and 8A. RGB value is (172,154,138). Sum of RGB (Red+Green+Blue) = 172+154+138=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9A8A is #536575. Grayscale: #9D9D9D. Windows color (decimal): -5465462 or 9083564. OLE color: 9083564.

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

Color convert

RGB172154138-
CMYK00.100.200.33
HSL28.24º17%60.78%-
HSV(B)28.24º19.77%67.45%-
XYZ33.1633.7228.81-
YUV157.56116.96138.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 154 (60.55% from 255) = 33.19%
BLUE value IS 138 (54.30% from 255) = 29.74%
R=37.07%
G=33.19%
B=29.74%

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
Decimal17215413800.100.200.3328.241760.78
HexAC9A8A0A14211c113d
Octal2542322120122441342175
Binary10101100100110101000101001010101001000011110010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9A8A; }

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

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

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

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

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

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

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

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