#A46241

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

Shades of Desert #A46241

Tints of Desert #A46241

Color information

#A46241 (or 0xA46241) is unknown color: approx Desert. HEX triplet: A4, 62 and 41. RGB value is (164,98,65). Sum of RGB (Red+Green+Blue) = 164+98+65=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A46241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46241 is #5B9DBE. Grayscale: #727272. Windows color (decimal): -6004159 or 4285092. OLE color: 4285092.

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

Color convert

RGB1649865-
CMYK00.400.600.36
HSL20º43.23%44.9%-
HSV(B)20º60.37%64.31%-
XYZ20.6317.017.2-
YUV113.97100.37163.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.15%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 65 (25.78% from 255) = 19.88%
R=50.15%
G=29.97%
B=19.88%

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
Decimal164986500.400.600.362043.2344.9
HexA462410283C24142b2d
Octal2441421010507444245355
Binary1010010011000101000001010100011110010010010100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46241; }

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

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

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

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

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

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

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

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