Shades of Desert #A06742
Tints of Desert #A06742
RGB
CMYK
RGB Variations
Color information
#A06742 (or 0xA06742) is known color: Desert. HEX triplet: A0, 67 and 42. RGB value is (160,103,66). Sum of RGB (Red+Green+Blue) = 160+103+66=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A06742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06742 is #5F98BD. Grayscale: #747474. Windows color (decimal): -6265022 or 4351904. OLE color: 4351904.
HSL color Cylindrical-coordinate representation of color #A06742: hue angle of 23.62º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A06742 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 103 | 66 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.37 |
| HSL | 23.62º | 0.42% | 0.44% | - |
| HSV(B) | 23.62º | 0.59% | 0.63% | - |
| XYZ | 20.33 | 17.57 | 7.47 | - |
| YUV | 115.83 | 99.88 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 66 | 0 | 0.36 | 0.59 | 0.37 | 23.62 | 0.42 | 0.44 |
| Hex | A0 | 67 | 42 | 0 | 24 | 3B | 25 | 18 | 2A | 2C |
| Octal | 240 | 147 | 102 | 0 | 44 | 73 | 45 | 30 | 52 | 54 |
| Binary | 10100000 | 1100111 | 1000010 | 0 | 100100 | 111011 | 100101 | 11000 | 101010 | 101100 |
Color Harmonies of #A06742
Complementary color
Monochromatic Colors of #A06742
Black with #A06742
Text Example
Text Example
White with #A06742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06742; }
p { color: rgb(160,103,66); }
H1.HeaderClassName
{
color: #A06742;
}
.AnyTagClassName
{
color: #A06742;
}
</style>
background-color css
<style>
a { background-color: #A06742; }
a { background-color: rgb(160,103,66); }
div.DivClassName
{
background-color: #A06742;
}
.BgClassName
{
background-color: #A06742;
}
</style>
border-color css
<style>
span { border-color: #A06742; }
span { border-color: rgb(160,103,66); }
td.TdClassName
{
border-color: #A06742;
}
.TagClassName
{
border-color: #A06742;
}
</style>