Shades of Desert #AB5E38
Tints of Desert #AB5E38
RGB
CMYK
RGB Variations
Color information
#AB5E38 (or 0xAB5E38) is known color: Desert. HEX triplet: AB, 5E and 38. RGB value is (171,94,56). Sum of RGB (Red+Green+Blue) = 171+94+56=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5E38 is #54A1C7. Grayscale: #707070. Windows color (decimal): -5546440 or 3694251. OLE color: 3694251.
HSL color Cylindrical-coordinate representation of color #AB5E38: hue angle of 19.83º 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 #AB5E38 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 56 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.33 |
| HSL | 19.83º | 0.51% | 0.45% | - |
| HSV(B) | 19.83º | 0.67% | 0.67% | - |
| XYZ | 21.51 | 16.95 | 5.88 | - |
| YUV | 112.69 | 96.01 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 56 | 0 | 0.45 | 0.67 | 0.33 | 19.83 | 0.51 | 0.45 |
| Hex | AB | 5E | 38 | 0 | 2D | 43 | 21 | 14 | 33 | 2D |
| Octal | 253 | 136 | 70 | 0 | 55 | 103 | 41 | 24 | 63 | 55 |
| Binary | 10101011 | 1011110 | 111000 | 0 | 101101 | 1000011 | 100001 | 10100 | 110011 | 101101 |
Color Harmonies of #AB5E38
Complementary color
Monochromatic Colors of #AB5E38
Black with #AB5E38
Text Example
Text Example
White with #AB5E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E38; }
p { color: rgb(171,94,56); }
H1.HeaderClassName
{
color: #AB5E38;
}
.AnyTagClassName
{
color: #AB5E38;
}
</style>
background-color css
<style>
a { background-color: #AB5E38; }
a { background-color: rgb(171,94,56); }
div.DivClassName
{
background-color: #AB5E38;
}
.BgClassName
{
background-color: #AB5E38;
}
</style>
border-color css
<style>
span { border-color: #AB5E38; }
span { border-color: rgb(171,94,56); }
td.TdClassName
{
border-color: #AB5E38;
}
.TagClassName
{
border-color: #AB5E38;
}
</style>