#A09081

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

Shades of Zorba #A09081

Tints of Zorba #A09081

Color information

#A09081 (or 0xA09081) is unknown color: approx Zorba. HEX triplet: A0, 90 and 81. RGB value is (160,144,129). Sum of RGB (Red+Green+Blue) = 160+144+129=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A09081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09081 is #5F6F7E. Grayscale: #939393. Windows color (decimal): -6254463 or 8491168. OLE color: 8491168.

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

Color convert

RGB160144129-
CMYK00.10.190.37
HSL29.03º14.03%56.67%-
HSV(B)29.03º19.37%62.75%-
XYZ28.4329.0124.87-
YUV147.07117.8137.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.95%
GREEN value IS 144 (56.64% from 255) = 33.26%
BLUE value IS 129 (50.78% from 255) = 29.79%
R=36.95%
G=33.26%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014412900.10.190.3729.0314.0356.67
HexA090810A13251de39
Octal2402202010122345351671
Binary1010000010010000100000010101010011100101111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09081; }

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

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

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

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

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

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

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

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