#A49387

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

Shades of Zorba #A49387

Tints of Zorba #A49387

Color information

#A49387 (or 0xA49387) is unknown color: approx Zorba. HEX triplet: A4, 93 and 87. RGB value is (164,147,135). Sum of RGB (Red+Green+Blue) = 164+147+135=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 164 - color contains mainly: red. Hex color #A49387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49387 is #5B6C78. Grayscale: #969696. Windows color (decimal): -5991545 or 8885156. OLE color: 8885156.

HSL color Cylindrical-coordinate representation of color #A49387: hue angle of 24.83º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A49387 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB164147135-
CMYK00.100.180.36
HSL24.83º13.74%58.63%-
HSV(B)24.83º17.68%64.31%-
XYZ30.1230.5127.22-
YUV150.71119.13137.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.77%
GREEN value IS 147 (57.81% from 255) = 32.96%
BLUE value IS 135 (53.12% from 255) = 30.27%
R=36.77%
G=32.96%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414713500.100.180.3624.8313.7458.63
HexA493870A122419e3b
Octal2442232070122244311673
Binary1010010010010011100001110101010010100100110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49387; }

 p { color: rgb(164,147,135); }

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

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

 a { background-color: rgb(164,147,135); }

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

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

 span { border-color: rgb(164,147,135); }

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