#A46442

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

Shades of Desert #A46442

Tints of Desert #A46442

Color information

#A46442 (or 0xA46442) is unknown color: approx Desert. HEX triplet: A4, 64 and 42. RGB value is (164,100,66). Sum of RGB (Red+Green+Blue) = 164+100+66=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A46442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46442 is #5B9BBD. Grayscale: #737373. Windows color (decimal): -6003646 or 4351140. OLE color: 4351140.

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

Color convert

RGB16410066-
CMYK00.390.600.36
HSL20.82º42.61%45.1%-
HSV(B)20.82º59.76%64.31%-
XYZ20.8517.47.41-
YUV115.26100.2162.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.70%
GREEN value IS 100 (39.45% from 255) = 30.30%
BLUE value IS 66 (26.17% from 255) = 20%
R=49.70%
G=30.30%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641006600.390.600.3620.8242.6145.1
HexA464420273C24152b2d
Octal2441441020477444255355
Binary1010010011001001000010010011111110010010010101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46442; }

 p { color: rgb(164,100,66); }

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

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

 a { background-color: rgb(164,100,66); }

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

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

 span { border-color: rgb(164,100,66); }

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