Shades of Desert #AB6038
Tints of Desert #AB6038
RGB
CMYK
RGB Variations
Color information
#AB6038 (or 0xAB6038) is known color: Desert. HEX triplet: AB, 60 and 38. RGB value is (171,96,56). Sum of RGB (Red+Green+Blue) = 171+96+56=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6038 is #549FC7. Grayscale: #727272. Windows color (decimal): -5545928 or 3694763. OLE color: 3694763.
HSL color Cylindrical-coordinate representation of color #AB6038: hue angle of 20.87º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB6038 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 56 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.33 |
| HSL | 20.87º | 0.51% | 0.45% | - |
| HSV(B) | 20.87º | 0.67% | 0.67% | - |
| XYZ | 21.69 | 17.31 | 5.94 | - |
| YUV | 113.87 | 95.35 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 56 | 0 | 0.44 | 0.67 | 0.33 | 20.87 | 0.51 | 0.45 |
| Hex | AB | 60 | 38 | 0 | 2C | 43 | 21 | 15 | 33 | 2D |
| Octal | 253 | 140 | 70 | 0 | 54 | 103 | 41 | 25 | 63 | 55 |
| Binary | 10101011 | 1100000 | 111000 | 0 | 101100 | 1000011 | 100001 | 10101 | 110011 | 101101 |
Color Harmonies of #AB6038
Complementary color
Monochromatic Colors of #AB6038
Black with #AB6038
Text Example
Text Example
White with #AB6038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6038; }
p { color: rgb(171,96,56); }
H1.HeaderClassName
{
color: #AB6038;
}
.AnyTagClassName
{
color: #AB6038;
}
</style>
background-color css
<style>
a { background-color: #AB6038; }
a { background-color: rgb(171,96,56); }
div.DivClassName
{
background-color: #AB6038;
}
.BgClassName
{
background-color: #AB6038;
}
</style>
border-color css
<style>
span { border-color: #AB6038; }
span { border-color: rgb(171,96,56); }
td.TdClassName
{
border-color: #AB6038;
}
.TagClassName
{
border-color: #AB6038;
}
</style>