Shades of Desert #A0683F
Tints of Desert #A0683F
RGB
CMYK
RGB Variations
Color information
#A0683F (or 0xA0683F) is known color: Desert. HEX triplet: A0, 68 and 3F. RGB value is (160,104,63). Sum of RGB (Red+Green+Blue) = 160+104+63=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A0683F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0683F is #5F97C0. Grayscale: #747474. Windows color (decimal): -6264769 or 4155552. OLE color: 4155552.
HSL color Cylindrical-coordinate representation of color #A0683F: hue angle of 25.36º degrees, saturation: 0.43, 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 #A0683F is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 63 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.37 |
| HSL | 25.36º | 0.43% | 0.44% | - |
| HSV(B) | 25.36º | 0.61% | 0.63% | - |
| XYZ | 20.34 | 17.73 | 7.05 | - |
| YUV | 116.07 | 98.05 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 63 | 0 | 0.35 | 0.61 | 0.37 | 25.36 | 0.43 | 0.44 |
| Hex | A0 | 68 | 3F | 0 | 23 | 3D | 25 | 19 | 2B | 2C |
| Octal | 240 | 150 | 77 | 0 | 43 | 75 | 45 | 31 | 53 | 54 |
| Binary | 10100000 | 1101000 | 111111 | 0 | 100011 | 111101 | 100101 | 11001 | 101011 | 101100 |
Color Harmonies of #A0683F
Complementary color
Monochromatic Colors of #A0683F
Black with #A0683F
Text Example
Text Example
White with #A0683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0683F; }
p { color: rgb(160,104,63); }
H1.HeaderClassName
{
color: #A0683F;
}
.AnyTagClassName
{
color: #A0683F;
}
</style>
background-color css
<style>
a { background-color: #A0683F; }
a { background-color: rgb(160,104,63); }
div.DivClassName
{
background-color: #A0683F;
}
.BgClassName
{
background-color: #A0683F;
}
</style>
border-color css
<style>
span { border-color: #A0683F; }
span { border-color: rgb(160,104,63); }
td.TdClassName
{
border-color: #A0683F;
}
.TagClassName
{
border-color: #A0683F;
}
</style>