#A49281

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

Shades of Zorba #A49281

Tints of Zorba #A49281

Color information

#A49281 (or 0xA49281) is unknown color: approx Zorba. HEX triplet: A4, 92 and 81. RGB value is (164,146,129). Sum of RGB (Red+Green+Blue) = 164+146+129=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A49281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49281 is #5B6D7E. Grayscale: #959595. Windows color (decimal): -5991807 or 8491684. OLE color: 8491684.

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

Color convert

RGB164146129-
CMYK00.110.210.36
HSL29.14º16.13%57.45%-
HSV(B)29.14º21.34%64.31%-
XYZ29.5530.0425.01-
YUV149.44116.46138.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.36%
GREEN value IS 146 (57.42% from 255) = 33.26%
BLUE value IS 129 (50.78% from 255) = 29.38%
R=37.36%
G=33.26%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414612900.110.210.3629.1416.1357.45
HexA492810B15241d1039
Octal2442222010132544352071
Binary10100100100100101000000101011101011001001110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49281; }

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

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

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

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

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

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

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

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