Shades of Desert #A15F3B
Tints of Desert #A15F3B
RGB
CMYK
RGB Variations
Color information
#A15F3B (or 0xA15F3B) is known color: Desert. HEX triplet: A1, 5F and 3B. RGB value is (161,95,59). Sum of RGB (Red+Green+Blue) = 161+95+59=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15F3B is #5EA0C4. Grayscale: #6E6E6E. Windows color (decimal): -6201541 or 3891105. OLE color: 3891105.
HSL color Cylindrical-coordinate representation of color #A15F3B: hue angle of 21.18º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A15F3B is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 95 | 59 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.37 |
| HSL | 21.18º | 0.46% | 0.43% | - |
| HSV(B) | 21.18º | 0.63% | 0.63% | - |
| XYZ | 19.58 | 16.08 | 6.21 | - |
| YUV | 110.63 | 98.87 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 95 | 59 | 0 | 0.41 | 0.63 | 0.37 | 21.18 | 0.46 | 0.43 |
| Hex | A1 | 5F | 3B | 0 | 29 | 3F | 25 | 15 | 2E | 2B |
| Octal | 241 | 137 | 73 | 0 | 51 | 77 | 45 | 25 | 56 | 53 |
| Binary | 10100001 | 1011111 | 111011 | 0 | 101001 | 111111 | 100101 | 10101 | 101110 | 101011 |
Color Harmonies of #A15F3B
Complementary color
Monochromatic Colors of #A15F3B
Black with #A15F3B
Text Example
Text Example
White with #A15F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15F3B; }
p { color: rgb(161,95,59); }
H1.HeaderClassName
{
color: #A15F3B;
}
.AnyTagClassName
{
color: #A15F3B;
}
</style>
background-color css
<style>
a { background-color: #A15F3B; }
a { background-color: rgb(161,95,59); }
div.DivClassName
{
background-color: #A15F3B;
}
.BgClassName
{
background-color: #A15F3B;
}
</style>
border-color css
<style>
span { border-color: #A15F3B; }
span { border-color: rgb(161,95,59); }
td.TdClassName
{
border-color: #A15F3B;
}
.TagClassName
{
border-color: #A15F3B;
}
</style>