Shades of Sahara #AB942B
Tints of Sahara #AB942B
RGB
CMYK
RGB Variations
Color information
#AB942B (or 0xAB942B) is known color: Sahara. HEX triplet: AB, 94 and 2B. RGB value is (171,148,43). Sum of RGB (Red+Green+Blue) = 171+148+43=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB942B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB942B is #546BD4. Grayscale: #8F8F8F. Windows color (decimal): -5532629 or 2856107. OLE color: 2856107.
HSL color Cylindrical-coordinate representation of color #AB942B: hue angle of 49.22º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB942B is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 43 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.33 |
| HSL | 49.22º | 0.6% | 0.42% | - |
| HSV(B) | 49.22º | 0.75% | 0.67% | - |
| XYZ | 27.82 | 30.01 | 6.61 | - |
| YUV | 142.91 | 71.62 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 43 | 0 | 0.13 | 0.75 | 0.33 | 49.22 | 0.6 | 0.42 |
| Hex | AB | 94 | 2B | 0 | D | 4B | 21 | 31 | 3C | 2A |
| Octal | 253 | 224 | 53 | 0 | 15 | 113 | 41 | 61 | 74 | 52 |
| Binary | 10101011 | 10010100 | 101011 | 0 | 1101 | 1001011 | 100001 | 110001 | 111100 | 101010 |
Color Harmonies of #AB942B
Complementary color
Monochromatic Colors of #AB942B
Black with #AB942B
Text Example
Text Example
White with #AB942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB942B; }
p { color: rgb(171,148,43); }
H1.HeaderClassName
{
color: #AB942B;
}
.AnyTagClassName
{
color: #AB942B;
}
</style>
background-color css
<style>
a { background-color: #AB942B; }
a { background-color: rgb(171,148,43); }
div.DivClassName
{
background-color: #AB942B;
}
.BgClassName
{
background-color: #AB942B;
}
</style>
border-color css
<style>
span { border-color: #AB942B; }
span { border-color: rgb(171,148,43); }
td.TdClassName
{
border-color: #AB942B;
}
.TagClassName
{
border-color: #AB942B;
}
</style>