#A49180

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

Shades of Zorba #A49180

Tints of Zorba #A49180

Color information

#A49180 (or 0xA49180) is unknown color: approx Zorba. HEX triplet: A4, 91 and 80. RGB value is (164,145,128). Sum of RGB (Red+Green+Blue) = 164+145+128=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A49180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49180 is #5B6E7F. Grayscale: #949494. Windows color (decimal): -5992064 or 8425892. OLE color: 8425892.

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

Color convert

RGB164145128-
CMYK00.120.220.36
HSL28.33º16.51%57.25%-
HSV(B)28.33º21.95%64.31%-
XYZ29.3329.724.61-
YUV148.74116.29138.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 145 (57.03% from 255) = 33.18%
BLUE value IS 128 (50.39% from 255) = 29.29%
R=37.53%
G=33.18%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414512800.120.220.3628.3316.5157.25
HexA491800C16241c1139
Octal2442212000142644342171
Binary10100100100100011000000001100101101001001110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49180; }

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

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

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

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

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

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

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

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