#A56241

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

Shades of Desert #A56241

Tints of Desert #A56241

Color information

#A56241 (or 0xA56241) is unknown color: approx Desert. HEX triplet: A5, 62 and 41. RGB value is (165,98,65). Sum of RGB (Red+Green+Blue) = 165+98+65=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A56241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56241 is #5A9DBE. Grayscale: #727272. Windows color (decimal): -5938623 or 4285093. OLE color: 4285093.

HSL color Cylindrical-coordinate representation of color #A56241: hue angle of 19.8º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A56241 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB1659865-
CMYK00.410.610.35
HSL19.8º43.48%45.1%-
HSV(B)19.8º60.61%64.71%-
XYZ20.8417.127.21-
YUV114.27100.2164.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.30%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 65 (25.78% from 255) = 19.82%
R=50.30%
G=29.88%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165986500.410.610.3519.843.4845.1
HexA562410293D23142b2d
Octal2451421010517543245355
Binary1010010111000101000001010100111110110001110100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56241; }

 p { color: rgb(165,98,65); }

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

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

 a { background-color: rgb(165,98,65); }

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

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

 span { border-color: rgb(165,98,65); }

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