#A36141

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

Shades of Desert #A36141

Tints of Desert #A36141

Color information

#A36141 (or 0xA36141) is unknown color: approx Desert. HEX triplet: A3, 61 and 41. RGB value is (163,97,65). Sum of RGB (Red+Green+Blue) = 163+97+65=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A36141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36141 is #5C9EBE. Grayscale: #717171. Windows color (decimal): -6069951 or 4284835. OLE color: 4284835.

HSL color Cylindrical-coordinate representation of color #A36141: hue angle of 19.59º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A36141 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB1639765-
CMYK00.400.600.36
HSL19.59º42.98%44.71%-
HSV(B)19.59º60.12%63.92%-
XYZ20.3316.727.16-
YUV113.09100.87163.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 65 (25.78% from 255) = 20%
R=50.15%
G=29.85%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163976500.400.600.3619.5942.9844.71
HexA361410283C24142b2d
Octal2431411010507444245355
Binary1010001111000011000001010100011110010010010100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36141; }

 p { color: rgb(163,97,65); }

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

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

 a { background-color: rgb(163,97,65); }

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

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

 span { border-color: rgb(163,97,65); }

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