#A09489

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

Shades of Zorba #A09489

Tints of Zorba #A09489

Color information

#A09489 (or 0xA09489) is unknown color: approx Zorba. HEX triplet: A0, 94 and 89. RGB value is (160,148,137). Sum of RGB (Red+Green+Blue) = 160+148+137=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 160 - color contains mainly: red. Hex color #A09489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09489 is #5F6B76. Grayscale: #969696. Windows color (decimal): -6253431 or 9016480. OLE color: 9016480.

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

Color convert

RGB160148137-
CMYK00.070.140.37
HSL28.7º10.8%58.24%-
HSV(B)28.7º14.37%62.75%-
XYZ29.630.4627.99-
YUV150.33120.48134.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.96%
GREEN value IS 148 (58.20% from 255) = 33.26%
BLUE value IS 137 (53.91% from 255) = 30.79%
R=35.96%
G=33.26%
B=30.79%

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
Decimal16014813700.070.140.3728.710.858.24
HexA0948907E251db3a
Octal240224211071645351372
Binary10100000100101001000100101111110100101111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09489; }

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

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

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

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

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

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

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

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