Shades of Sahara #AB9E31
Tints of Sahara #AB9E31
RGB
CMYK
RGB Variations
Color information
#AB9E31 (or 0xAB9E31) is known color: Sahara. HEX triplet: AB, 9E and 31. RGB value is (171,158,49). Sum of RGB (Red+Green+Blue) = 171+158+49=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9E31 is #5461CE. Grayscale: #959595. Windows color (decimal): -5530063 or 3251883. OLE color: 3251883.
HSL color Cylindrical-coordinate representation of color #AB9E31: hue angle of 53.61º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB9E31 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 158 | 49 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.33 |
| HSL | 53.61º | 0.55% | 0.43% | - |
| HSV(B) | 53.61º | 0.71% | 0.67% | - |
| XYZ | 29.58 | 33.33 | 7.78 | - |
| YUV | 149.46 | 71.31 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 49 | 0 | 0.08 | 0.71 | 0.33 | 53.61 | 0.55 | 0.43 |
| Hex | AB | 9E | 31 | 0 | 8 | 47 | 21 | 36 | 37 | 2B |
| Octal | 253 | 236 | 61 | 0 | 10 | 107 | 41 | 66 | 67 | 53 |
| Binary | 10101011 | 10011110 | 110001 | 0 | 1000 | 1000111 | 100001 | 110110 | 110111 | 101011 |
Color Harmonies of #AB9E31
Complementary color
Monochromatic Colors of #AB9E31
Black with #AB9E31
Text Example
Text Example
White with #AB9E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9E31; }
p { color: rgb(171,158,49); }
H1.HeaderClassName
{
color: #AB9E31;
}
.AnyTagClassName
{
color: #AB9E31;
}
</style>
background-color css
<style>
a { background-color: #AB9E31; }
a { background-color: rgb(171,158,49); }
div.DivClassName
{
background-color: #AB9E31;
}
.BgClassName
{
background-color: #AB9E31;
}
</style>
border-color css
<style>
span { border-color: #AB9E31; }
span { border-color: rgb(171,158,49); }
td.TdClassName
{
border-color: #AB9E31;
}
.TagClassName
{
border-color: #AB9E31;
}
</style>