#A09182

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

Shades of Zorba #A09182

Tints of Zorba #A09182

Color information

#A09182 (or 0xA09182) is unknown color: approx Zorba. HEX triplet: A0, 91 and 82. RGB value is (160,145,130). Sum of RGB (Red+Green+Blue) = 160+145+130=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 160 - color contains mainly: red. Hex color #A09182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09182 is #5F6E7D. Grayscale: #939393. Windows color (decimal): -6254206 or 8556960. OLE color: 8556960.

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

Color convert

RGB160145130-
CMYK00.090.190.37
HSL30º13.64%56.86%-
HSV(B)30º18.75%62.75%-
XYZ28.6529.3425.27-
YUV147.77117.97136.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.78%
GREEN value IS 145 (57.03% from 255) = 33.33%
BLUE value IS 130 (51.17% from 255) = 29.89%
R=36.78%
G=33.33%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014513000.090.190.373013.6456.86
HexA091820913251ee39
Octal2402212020112345361671
Binary1010000010010001100000100100110011100101111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09182; }

 p { color: rgb(160,145,130); }

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

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

 a { background-color: rgb(160,145,130); }

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

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

 span { border-color: rgb(160,145,130); }

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