#A06843

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

Shades of Desert #A06843

Tints of Desert #A06843

Color information

#A06843 (or 0xA06843) is unknown color: approx Desert. HEX triplet: A0, 68 and 43. RGB value is (160,104,67). Sum of RGB (Red+Green+Blue) = 160+104+67=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A06843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06843 is #5F97BC. Grayscale: #747474. Windows color (decimal): -6264765 or 4417696. OLE color: 4417696.

HSL color Cylindrical-coordinate representation of color #A06843: hue angle of 23.87º 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 #A06843 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB16010467-
CMYK00.350.580.37
HSL23.87º40.97%44.51%-
HSV(B)23.87º58.13%62.75%-
XYZ20.4617.787.66-
YUV116.53100.05159.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.34%
GREEN value IS 104 (41.02% from 255) = 31.42%
BLUE value IS 67 (26.56% from 255) = 20.24%
R=48.34%
G=31.42%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601046700.350.580.3723.8740.9744.51
HexA068430233A2518292d
Octal2401501030437245305155
Binary1010000011010001000011010001111101010010111000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06843; }

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

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

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

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

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

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

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

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