Shades of Sahara #AB9429
Tints of Sahara #AB9429
RGB
CMYK
RGB Variations
Color information
#AB9429 (or 0xAB9429) is known color: Sahara. HEX triplet: AB, 94 and 29. RGB value is (171,148,41). Sum of RGB (Red+Green+Blue) = 171+148+41=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9429 is #546BD6. Grayscale: #8F8F8F. Windows color (decimal): -5532631 or 2725035. OLE color: 2725035.
HSL color Cylindrical-coordinate representation of color #AB9429: hue angle of 49.38º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB9429 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 41 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.33 |
| HSL | 49.38º | 0.61% | 0.42% | - |
| HSV(B) | 49.38º | 0.76% | 0.67% | - |
| XYZ | 27.78 | 30 | 6.42 | - |
| YUV | 142.68 | 70.62 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 41 | 0 | 0.13 | 0.76 | 0.33 | 49.38 | 0.61 | 0.42 |
| Hex | AB | 94 | 29 | 0 | D | 4C | 21 | 31 | 3D | 2A |
| Octal | 253 | 224 | 51 | 0 | 15 | 114 | 41 | 61 | 75 | 52 |
| Binary | 10101011 | 10010100 | 101001 | 0 | 1101 | 1001100 | 100001 | 110001 | 111101 | 101010 |
Color Harmonies of #AB9429
Complementary color
Monochromatic Colors of #AB9429
Black with #AB9429
Text Example
Text Example
White with #AB9429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9429; }
p { color: rgb(171,148,41); }
H1.HeaderClassName
{
color: #AB9429;
}
.AnyTagClassName
{
color: #AB9429;
}
</style>
background-color css
<style>
a { background-color: #AB9429; }
a { background-color: rgb(171,148,41); }
div.DivClassName
{
background-color: #AB9429;
}
.BgClassName
{
background-color: #AB9429;
}
</style>
border-color css
<style>
span { border-color: #AB9429; }
span { border-color: rgb(171,148,41); }
td.TdClassName
{
border-color: #AB9429;
}
.TagClassName
{
border-color: #AB9429;
}
</style>