#A49080

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

Shades of Zorba #A49080

Tints of Zorba #A49080

Color information

#A49080 (or 0xA49080) is unknown color: approx Zorba. HEX triplet: A4, 90 and 80. RGB value is (164,144,128). Sum of RGB (Red+Green+Blue) = 164+144+128=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A49080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49080 is #5B6F7F. Grayscale: #949494. Windows color (decimal): -5992320 or 8425636. OLE color: 8425636.

HSL color Cylindrical-coordinate representation of color #A49080: hue angle of 26.67º 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 #A49080 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB164144128-
CMYK00.120.220.36
HSL26.67º16.51%57.25%-
HSV(B)26.67º21.95%64.31%-
XYZ29.1829.424.56-
YUV148.16116.63139.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.61%
GREEN value IS 144 (56.64% from 255) = 33.03%
BLUE value IS 128 (50.39% from 255) = 29.36%
R=37.61%
G=33.03%
B=29.36%

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
Decimal16414412800.120.220.3626.6716.5157.25
HexA490800C16241b1139
Octal2442202000142644332171
Binary10100100100100001000000001100101101001001101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49080; }

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

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

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

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

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

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

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

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