#A06B41

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

Shades of Desert #A06B41

Tints of Desert #A06B41

Color information

#A06B41 (or 0xA06B41) is unknown color: approx Desert. HEX triplet: A0, 6B and 41. RGB value is (160,107,65). Sum of RGB (Red+Green+Blue) = 160+107+65=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06B41 is #5F94BE. Grayscale: #767676. Windows color (decimal): -6263999 or 4287392. OLE color: 4287392.

HSL color Cylindrical-coordinate representation of color #A06B41: hue angle of 26.53º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A06B41 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB16010765-
CMYK00.330.590.37
HSL26.53º42.22%44.12%-
HSV(B)26.53º59.38%62.75%-
XYZ20.7118.377.46-
YUV118.0698.06157.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.19%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 65 (25.78% from 255) = 19.58%
R=48.19%
G=32.23%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601076500.330.590.3726.5342.2244.12
HexA06B410213B251b2a2c
Octal2401531010417345335254
Binary1010000011010111000001010000111101110010111011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06B41; }

 p { color: rgb(160,107,65); }

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

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

 a { background-color: rgb(160,107,65); }

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

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

 span { border-color: rgb(160,107,65); }

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