#A19182

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

Shades of Zorba #A19182

Tints of Zorba #A19182

Color information

#A19182 (or 0xA19182) is unknown color: approx Zorba. HEX triplet: A1, 91 and 82. RGB value is (161,145,130). Sum of RGB (Red+Green+Blue) = 161+145+130=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 161 - color contains mainly: red. Hex color #A19182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19182 is #5E6E7D. Grayscale: #949494. Windows color (decimal): -6188670 or 8556961. OLE color: 8556961.

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

Color convert

RGB161145130-
CMYK00.100.190.37
HSL29.03º14.16%57.06%-
HSV(B)29.03º19.25%63.14%-
XYZ28.8529.4425.28-
YUV148.07117.8137.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.93%
GREEN value IS 145 (57.03% from 255) = 33.26%
BLUE value IS 130 (51.17% from 255) = 29.82%
R=36.93%
G=33.26%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114513000.100.190.3729.0314.1657.06
HexA191820A13251de39
Octal2412212020122345351671
Binary1010000110010001100000100101010011100101111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19182; }

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

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

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

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

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

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

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

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