#A46840

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

Shades of Desert #A46840

Tints of Desert #A46840

Color information

#A46840 (or 0xA46840) is unknown color: approx Desert. HEX triplet: A4, 68 and 40. RGB value is (164,104,64). Sum of RGB (Red+Green+Blue) = 164+104+64=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A46840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46840 is #5B97BF. Grayscale: #757575. Windows color (decimal): -6002624 or 4221092. OLE color: 4221092.

HSL color Cylindrical-coordinate representation of color #A46840: hue angle of 24º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A46840 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB16410464-
CMYK00.370.610.36
HSL24º43.86%44.71%-
HSV(B)24º60.98%64.31%-
XYZ21.1918.167.24-
YUV117.3897.88161.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.40%
GREEN value IS 104 (41.02% from 255) = 31.33%
BLUE value IS 64 (25.39% from 255) = 19.28%
R=49.40%
G=31.33%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641046400.370.610.362443.8644.71
HexA468400253D24182c2d
Octal2441501000457544305455
Binary1010010011010001000000010010111110110010011000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46840; }

 p { color: rgb(164,104,64); }

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

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

 a { background-color: rgb(164,104,64); }

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

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

 span { border-color: rgb(164,104,64); }

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