#A19082

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

Shades of Zorba #A19082

Tints of Zorba #A19082

Color information

#A19082 (or 0xA19082) is unknown color: approx Zorba. HEX triplet: A1, 90 and 82. RGB value is (161,144,130). Sum of RGB (Red+Green+Blue) = 161+144+130=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A19082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19082 is #5E6F7D. Grayscale: #939393. Windows color (decimal): -6188926 or 8556705. OLE color: 8556705.

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

Color convert

RGB161144130-
CMYK00.110.190.37
HSL27.1º14.16%57.06%-
HSV(B)27.1º19.25%63.14%-
XYZ28.729.1425.23-
YUV147.49118.13137.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.01%
GREEN value IS 144 (56.64% from 255) = 33.10%
BLUE value IS 130 (51.17% from 255) = 29.89%
R=37.01%
G=33.10%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114413000.110.190.3727.114.1657.06
HexA190820B13251be39
Octal2412202020132345331671
Binary1010000110010000100000100101110011100101110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19082; }

 p { color: rgb(161,144,130); }

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

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

 a { background-color: rgb(161,144,130); }

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

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

 span { border-color: rgb(161,144,130); }

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