Shades of Sahara #AB9E2F
Tints of Sahara #AB9E2F
RGB
CMYK
RGB Variations
Color information
#AB9E2F (or 0xAB9E2F) is known color: Sahara. HEX triplet: AB, 9E and 2F. RGB value is (171,158,47). Sum of RGB (Red+Green+Blue) = 171+158+47=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9E2F is #5461D0. Grayscale: #959595. Windows color (decimal): -5530065 or 3120811. OLE color: 3120811.
HSL color Cylindrical-coordinate representation of color #AB9E2F: hue angle of 53.71º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB9E2F is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 158 | 47 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.33 |
| HSL | 53.71º | 0.57% | 0.43% | - |
| HSV(B) | 53.71º | 0.73% | 0.67% | - |
| XYZ | 29.53 | 33.32 | 7.56 | - |
| YUV | 149.23 | 70.31 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 47 | 0 | 0.08 | 0.73 | 0.33 | 53.71 | 0.57 | 0.43 |
| Hex | AB | 9E | 2F | 0 | 8 | 49 | 21 | 36 | 39 | 2B |
| Octal | 253 | 236 | 57 | 0 | 10 | 111 | 41 | 66 | 71 | 53 |
| Binary | 10101011 | 10011110 | 101111 | 0 | 1000 | 1001001 | 100001 | 110110 | 111001 | 101011 |
Color Harmonies of #AB9E2F
Complementary color
Monochromatic Colors of #AB9E2F
Black with #AB9E2F
Text Example
Text Example
White with #AB9E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9E2F; }
p { color: rgb(171,158,47); }
H1.HeaderClassName
{
color: #AB9E2F;
}
.AnyTagClassName
{
color: #AB9E2F;
}
</style>
background-color css
<style>
a { background-color: #AB9E2F; }
a { background-color: rgb(171,158,47); }
div.DivClassName
{
background-color: #AB9E2F;
}
.BgClassName
{
background-color: #AB9E2F;
}
</style>
border-color css
<style>
span { border-color: #AB9E2F; }
span { border-color: rgb(171,158,47); }
td.TdClassName
{
border-color: #AB9E2F;
}
.TagClassName
{
border-color: #AB9E2F;
}
</style>