#A46542

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

Shades of Desert #A46542

Tints of Desert #A46542

Color information

#A46542 (or 0xA46542) is unknown color: approx Desert. HEX triplet: A4, 65 and 42. RGB value is (164,101,66). Sum of RGB (Red+Green+Blue) = 164+101+66=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A46542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46542 is #5B9ABD. Grayscale: #747474. Windows color (decimal): -6003390 or 4351396. OLE color: 4351396.

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

Color convert

RGB16410166-
CMYK00.380.600.36
HSL21.43º42.61%45.1%-
HSV(B)21.43º59.76%64.31%-
XYZ20.9517.597.45-
YUV115.8599.87162.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.55%
GREEN value IS 101 (39.84% from 255) = 30.51%
BLUE value IS 66 (26.17% from 255) = 19.94%
R=49.55%
G=30.51%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641016600.380.600.3621.4342.6145.1
HexA465420263C24152b2d
Octal2441451020467444255355
Binary1010010011001011000010010011011110010010010101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46542; }

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

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

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

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

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

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

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

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