#A49182

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

Shades of Zorba #A49182

Tints of Zorba #A49182

Color information

#A49182 (or 0xA49182) is unknown color: approx Zorba. HEX triplet: A4, 91 and 82. RGB value is (164,145,130). Sum of RGB (Red+Green+Blue) = 164+145+130=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A49182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49182 is #5B6E7D. Grayscale: #959595. Windows color (decimal): -5992062 or 8556964. OLE color: 8556964.

HSL color Cylindrical-coordinate representation of color #A49182: hue angle of 26.47º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A49182 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB164145130-
CMYK00.120.210.36
HSL26.47º15.74%57.65%-
HSV(B)26.47º20.73%64.31%-
XYZ29.4629.7625.31-
YUV148.97117.29138.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.36%
GREEN value IS 145 (57.03% from 255) = 33.03%
BLUE value IS 130 (51.17% from 255) = 29.61%
R=37.36%
G=33.03%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414513000.120.210.3626.4715.7457.65
HexA491820C15241a103a
Octal2442212020142544322072
Binary10100100100100011000001001100101011001001101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49182; }

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

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

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

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

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

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

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

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