#A09A93

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

Shades of Zorba #A09A93

Tints of Zorba #A09A93

Color information

#A09A93 (or 0xA09A93) is unknown color: approx Zorba. HEX triplet: A0, 9A and 93. RGB value is (160,154,147). Sum of RGB (Red+Green+Blue) = 160+154+147=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09A93 is #5F656C. Grayscale: #9B9B9B. Windows color (decimal): -6251885 or 9673376. OLE color: 9673376.

HSL color Cylindrical-coordinate representation of color #A09A93: hue angle of 32.31º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A09A93 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB160154147-
CMYK00.040.080.37
HSL32.31º6.4%60.2%-
HSV(B)32.31º8.12%62.75%-
XYZ31.3232.6932.26-
YUV155123.49131.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 154 (60.55% from 255) = 33.41%
BLUE value IS 147 (57.81% from 255) = 31.89%
R=34.71%
G=33.41%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015414700.040.080.3732.316.460.2
HexA09A93048252063c
Octal24023222304104540674
Binary10100000100110101001001101001000100101100000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09A93; }

 p { color: rgb(160,154,147); }

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

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

 a { background-color: rgb(160,154,147); }

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

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

 span { border-color: rgb(160,154,147); }

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