#A0683E

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

Shades of Desert #A0683E

Tints of Desert #A0683E

Color information

#A0683E (or 0xA0683E) is unknown color: approx Desert. HEX triplet: A0, 68 and 3E. RGB value is (160,104,62). Sum of RGB (Red+Green+Blue) = 160+104+62=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A0683E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0683E is #5F97C1. Grayscale: #747474. Windows color (decimal): -6264770 or 4090016. OLE color: 4090016.

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

Color convert

RGB16010462-
CMYK00.350.610.37
HSL25.71º44.14%43.53%-
HSV(B)25.71º61.25%62.75%-
XYZ20.3217.726.91-
YUV115.9697.55159.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.08%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 62 (24.61% from 255) = 19.02%
R=49.08%
G=31.90%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601046200.350.610.3725.7144.1443.53
HexA0683E0233D251a2c2c
Octal240150760437545325454
Binary101000001101000111110010001111110110010111010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0683E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0683E; }

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

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

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

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

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

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

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

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