#A09089

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

Shades of Zorba #A09089

Tints of Zorba #A09089

Color information

#A09089 (or 0xA09089) is unknown color: approx Zorba. HEX triplet: A0, 90 and 89. RGB value is (160,144,137). Sum of RGB (Red+Green+Blue) = 160+144+137=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 160 - color contains mainly: red. Hex color #A09089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09089 is #5F6F76. Grayscale: #949494. Windows color (decimal): -6254455 or 9015456. OLE color: 9015456.

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

Color convert

RGB160144137-
CMYK00.10.140.37
HSL18.26º10.8%58.24%-
HSV(B)18.26º14.37%62.75%-
XYZ28.9929.2327.78-
YUV147.99121.8136.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.28%
GREEN value IS 144 (56.64% from 255) = 32.65%
BLUE value IS 137 (53.91% from 255) = 31.07%
R=36.28%
G=32.65%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014413700.10.140.3718.2610.858.24
HexA090890AE2512b3a
Octal2402202110121645221372
Binary101000001001000010001001010101110100101100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09089; }

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

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

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

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

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

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

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

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