#A09289

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

Shades of Zorba #A09289

Tints of Zorba #A09289

Color information

#A09289 (or 0xA09289) is unknown color: approx Zorba. HEX triplet: A0, 92 and 89. RGB value is (160,146,137). Sum of RGB (Red+Green+Blue) = 160+146+137=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 160 - color contains mainly: red. Hex color #A09289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09289 is #5F6D76. Grayscale: #959595. Windows color (decimal): -6253943 or 9015968. OLE color: 9015968.

HSL color Cylindrical-coordinate representation of color #A09289: hue angle of 23.48º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A09289 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB160146137-
CMYK00.090.140.37
HSL23.48º10.8%58.24%-
HSV(B)23.48º14.37%62.75%-
XYZ29.2929.8427.88-
YUV149.16121.14135.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.12%
GREEN value IS 146 (57.42% from 255) = 32.96%
BLUE value IS 137 (53.91% from 255) = 30.93%
R=36.12%
G=32.96%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014613700.090.140.3723.4810.858.24
HexA0928909E2517b3a
Octal2402222110111645271372
Binary101000001001001010001001010011110100101101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09289; }

 p { color: rgb(160,146,137); }

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

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

 a { background-color: rgb(160,146,137); }

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

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

 span { border-color: rgb(160,146,137); }

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