Shades of Desert #A15F3E
Tints of Desert #A15F3E
RGB
CMYK
RGB Variations
Color information
#A15F3E (or 0xA15F3E) is known color: Desert. HEX triplet: A1, 5F and 3E. RGB value is (161,95,62). Sum of RGB (Red+Green+Blue) = 161+95+62=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15F3E is #5EA0C1. Grayscale: #6F6F6F. Windows color (decimal): -6201538 or 4087713. OLE color: 4087713.
HSL color Cylindrical-coordinate representation of color #A15F3E: hue angle of 20º 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 #A15F3E is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 95 | 62 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.37 |
| HSL | 20º | 0.44% | 0.44% | - |
| HSV(B) | 20º | 0.61% | 0.63% | - |
| XYZ | 19.66 | 16.11 | 6.63 | - |
| YUV | 110.97 | 100.37 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 95 | 62 | 0 | 0.41 | 0.61 | 0.37 | 20 | 0.44 | 0.44 |
| Hex | A1 | 5F | 3E | 0 | 29 | 3D | 25 | 14 | 2C | 2C |
| Octal | 241 | 137 | 76 | 0 | 51 | 75 | 45 | 24 | 54 | 54 |
| Binary | 10100001 | 1011111 | 111110 | 0 | 101001 | 111101 | 100101 | 10100 | 101100 | 101100 |
Color Harmonies of #A15F3E
Complementary color
Monochromatic Colors of #A15F3E
Black with #A15F3E
Text Example
Text Example
White with #A15F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15F3E; }
p { color: rgb(161,95,62); }
H1.HeaderClassName
{
color: #A15F3E;
}
.AnyTagClassName
{
color: #A15F3E;
}
</style>
background-color css
<style>
a { background-color: #A15F3E; }
a { background-color: rgb(161,95,62); }
div.DivClassName
{
background-color: #A15F3E;
}
.BgClassName
{
background-color: #A15F3E;
}
</style>
border-color css
<style>
span { border-color: #A15F3E; }
span { border-color: rgb(161,95,62); }
td.TdClassName
{
border-color: #A15F3E;
}
.TagClassName
{
border-color: #A15F3E;
}
</style>