#A46741

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

Shades of Desert #A46741

Tints of Desert #A46741

Color information

#A46741 (or 0xA46741) is unknown color: approx Desert. HEX triplet: A4, 67 and 41. RGB value is (164,103,65). Sum of RGB (Red+Green+Blue) = 164+103+65=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A46741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46741 is #5B98BE. Grayscale: #757575. Windows color (decimal): -6002879 or 4286372. OLE color: 4286372.

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

Color convert

RGB16410365-
CMYK00.370.600.36
HSL23.03º43.23%44.9%-
HSV(B)23.03º60.37%64.31%-
XYZ21.1117.977.36-
YUV116.9198.71161.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.40%
GREEN value IS 103 (40.62% from 255) = 31.02%
BLUE value IS 65 (25.78% from 255) = 19.58%
R=49.40%
G=31.02%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641036500.370.600.3623.0343.2344.9
HexA467410253C24172b2d
Octal2441471010457444275355
Binary1010010011001111000001010010111110010010010111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46741; }

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

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

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

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

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

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

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

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