#A09589

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

Shades of Zorba #A09589

Tints of Zorba #A09589

Color information

#A09589 (or 0xA09589) is unknown color: approx Zorba. HEX triplet: A0, 95 and 89. RGB value is (160,149,137). Sum of RGB (Red+Green+Blue) = 160+149+137=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 160 - color contains mainly: red. Hex color #A09589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09589 is #5F6A76. Grayscale: #969696. Windows color (decimal): -6253175 or 9016736. OLE color: 9016736.

HSL color Cylindrical-coordinate representation of color #A09589: hue angle of 31.3º 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 #A09589 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB160149137-
CMYK00.070.140.37
HSL31.3º10.8%58.24%-
HSV(B)31.3º14.37%62.75%-
XYZ29.7630.7728.04-
YUV150.92120.14134.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.87%
GREEN value IS 149 (58.59% from 255) = 33.41%
BLUE value IS 137 (53.91% from 255) = 30.72%
R=35.87%
G=33.41%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014913700.070.140.3731.310.858.24
HexA0958907E251fb3a
Octal240225211071645371372
Binary10100000100101011000100101111110100101111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09589; }

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

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

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

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

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

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

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

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