Shades of Desert #A1643C
Tints of Desert #A1643C
RGB
CMYK
RGB Variations
Color information
#A1643C (or 0xA1643C) is known color: Desert. HEX triplet: A1, 64 and 3C. RGB value is (161,100,60). Sum of RGB (Red+Green+Blue) = 161+100+60=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1643C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1643C is #5E9BC3. Grayscale: #717171. Windows color (decimal): -6200260 or 3957921. OLE color: 3957921.
HSL color Cylindrical-coordinate representation of color #A1643C: hue angle of 23.76º 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 #A1643C is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 60 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.37 |
| HSL | 23.76º | 0.46% | 0.43% | - |
| HSV(B) | 23.76º | 0.63% | 0.63% | - |
| XYZ | 20.07 | 17.02 | 6.5 | - |
| YUV | 113.68 | 97.71 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 60 | 0 | 0.38 | 0.63 | 0.37 | 23.76 | 0.46 | 0.43 |
| Hex | A1 | 64 | 3C | 0 | 26 | 3F | 25 | 18 | 2E | 2B |
| Octal | 241 | 144 | 74 | 0 | 46 | 77 | 45 | 30 | 56 | 53 |
| Binary | 10100001 | 1100100 | 111100 | 0 | 100110 | 111111 | 100101 | 11000 | 101110 | 101011 |
Color Harmonies of #A1643C
Complementary color
Monochromatic Colors of #A1643C
Black with #A1643C
Text Example
Text Example
White with #A1643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1643C; }
p { color: rgb(161,100,60); }
H1.HeaderClassName
{
color: #A1643C;
}
.AnyTagClassName
{
color: #A1643C;
}
</style>
background-color css
<style>
a { background-color: #A1643C; }
a { background-color: rgb(161,100,60); }
div.DivClassName
{
background-color: #A1643C;
}
.BgClassName
{
background-color: #A1643C;
}
</style>
border-color css
<style>
span { border-color: #A1643C; }
span { border-color: rgb(161,100,60); }
td.TdClassName
{
border-color: #A1643C;
}
.TagClassName
{
border-color: #A1643C;
}
</style>