Shades of Desert #A6613A
Tints of Desert #A6613A
RGB
CMYK
RGB Variations
Color information
#A6613A (or 0xA6613A) is known color: Desert. HEX triplet: A6, 61 and 3A. RGB value is (166,97,58). Sum of RGB (Red+Green+Blue) = 166+97+58=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A6613A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6613A is #599EC5. Grayscale: #717171. Windows color (decimal): -5873350 or 3826086. OLE color: 3826086.
HSL color Cylindrical-coordinate representation of color #A6613A: hue angle of 21.67º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6613A is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 97 | 58 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.35 |
| HSL | 21.67º | 0.48% | 0.44% | - |
| HSV(B) | 21.67º | 0.65% | 0.65% | - |
| XYZ | 20.76 | 16.96 | 6.18 | - |
| YUV | 113.19 | 96.86 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 58 | 0 | 0.42 | 0.65 | 0.35 | 21.67 | 0.48 | 0.44 |
| Hex | A6 | 61 | 3A | 0 | 2A | 41 | 23 | 16 | 30 | 2C |
| Octal | 246 | 141 | 72 | 0 | 52 | 101 | 43 | 26 | 60 | 54 |
| Binary | 10100110 | 1100001 | 111010 | 0 | 101010 | 1000001 | 100011 | 10110 | 110000 | 101100 |
Color Harmonies of #A6613A
Complementary color
Monochromatic Colors of #A6613A
Black with #A6613A
Text Example
Text Example
White with #A6613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6613A; }
p { color: rgb(166,97,58); }
H1.HeaderClassName
{
color: #A6613A;
}
.AnyTagClassName
{
color: #A6613A;
}
</style>
background-color css
<style>
a { background-color: #A6613A; }
a { background-color: rgb(166,97,58); }
div.DivClassName
{
background-color: #A6613A;
}
.BgClassName
{
background-color: #A6613A;
}
</style>
border-color css
<style>
span { border-color: #A6613A; }
span { border-color: rgb(166,97,58); }
td.TdClassName
{
border-color: #A6613A;
}
.TagClassName
{
border-color: #A6613A;
}
</style>