#A06B43

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

Shades of Desert #A06B43

Tints of Desert #A06B43

Color information

#A06B43 (or 0xA06B43) is unknown color: approx Desert. HEX triplet: A0, 6B and 43. RGB value is (160,107,67). Sum of RGB (Red+Green+Blue) = 160+107+67=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06B43 is #5F94BC. Grayscale: #767676. Windows color (decimal): -6263997 or 4418464. OLE color: 4418464.

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

Color convert

RGB16010767-
CMYK00.330.580.37
HSL25.81º40.97%44.51%-
HSV(B)25.81º58.13%62.75%-
XYZ20.7718.397.77-
YUV118.2999.06157.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.90%
GREEN value IS 107 (42.19% from 255) = 32.04%
BLUE value IS 67 (26.56% from 255) = 20.06%
R=47.90%
G=32.04%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601076700.330.580.3725.8140.9744.51
HexA06B430213A251a292d
Octal2401531030417245325155
Binary1010000011010111000011010000111101010010111010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06B43; }

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

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

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

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

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

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

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

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