#AC9F94

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

Shades of Zorba #AC9F94

Tints of Zorba #AC9F94

Color information

#AC9F94 (or 0xAC9F94) is unknown color: approx Zorba. HEX triplet: AC, 9F and 94. RGB value is (172,159,148). Sum of RGB (Red+Green+Blue) = 172+159+148=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9F94 is #53606B. Grayscale: #A1A1A1. Windows color (decimal): -5464172 or 9740204. OLE color: 9740204.

HSL color Cylindrical-coordinate representation of color #AC9F94: hue angle of 27.5º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AC9F94 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB172159148-
CMYK00.080.140.33
HSL27.5º12.63%62.75%-
HSV(B)27.5º13.95%67.45%-
XYZ34.7635.7133.08-
YUV161.63120.31135.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 159 (62.5% from 255) = 33.19%
BLUE value IS 148 (58.20% from 255) = 30.90%
R=35.91%
G=33.19%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215914800.080.140.3327.512.6362.75
HexAC9F9408E211cd3f
Octal2542372240101641341577
Binary101011001001111110010100010001110100001111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F94; }

 p { color: rgb(172,159,148); }

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

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

 a { background-color: rgb(172,159,148); }

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

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

 span { border-color: rgb(172,159,148); }

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