#A49081

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

Shades of Zorba #A49081

Tints of Zorba #A49081

Color information

#A49081 (or 0xA49081) is unknown color: approx Zorba. HEX triplet: A4, 90 and 81. RGB value is (164,144,129). Sum of RGB (Red+Green+Blue) = 164+144+129=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A49081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49081 is #5B6F7E. Grayscale: #949494. Windows color (decimal): -5992319 or 8491172. OLE color: 8491172.

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

Color convert

RGB164144129-
CMYK00.120.210.36
HSL25.71º16.13%57.45%-
HSV(B)25.71º21.34%64.31%-
XYZ29.2529.4224.91-
YUV148.27117.13139.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 144 (56.64% from 255) = 32.95%
BLUE value IS 129 (50.78% from 255) = 29.52%
R=37.53%
G=32.95%
B=29.52%

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
Decimal16414412900.120.210.3625.7116.1357.45
HexA490810C15241a1039
Octal2442202010142544322071
Binary10100100100100001000000101100101011001001101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49081; }

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

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

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

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

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

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

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

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