Shades of Sahara #AB982B
Tints of Sahara #AB982B
RGB
CMYK
RGB Variations
Color information
#AB982B (or 0xAB982B) is known color: Sahara. HEX triplet: AB, 98 and 2B. RGB value is (171,152,43). Sum of RGB (Red+Green+Blue) = 171+152+43=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB982B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB982B is #5467D4. Grayscale: #919191. Windows color (decimal): -5531605 or 2857131. OLE color: 2857131.
HSL color Cylindrical-coordinate representation of color #AB982B: hue angle of 51.09º 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 #AB982B is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 43 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.33 |
| HSL | 51.09º | 0.6% | 0.42% | - |
| HSV(B) | 51.09º | 0.75% | 0.67% | - |
| XYZ | 28.46 | 31.29 | 6.82 | - |
| YUV | 145.26 | 70.29 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 43 | 0 | 0.11 | 0.75 | 0.33 | 51.09 | 0.6 | 0.42 |
| Hex | AB | 98 | 2B | 0 | B | 4B | 21 | 33 | 3C | 2A |
| Octal | 253 | 230 | 53 | 0 | 13 | 113 | 41 | 63 | 74 | 52 |
| Binary | 10101011 | 10011000 | 101011 | 0 | 1011 | 1001011 | 100001 | 110011 | 111100 | 101010 |
Color Harmonies of #AB982B
Complementary color
Monochromatic Colors of #AB982B
Black with #AB982B
Text Example
Text Example
White with #AB982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB982B; }
p { color: rgb(171,152,43); }
H1.HeaderClassName
{
color: #AB982B;
}
.AnyTagClassName
{
color: #AB982B;
}
</style>
background-color css
<style>
a { background-color: #AB982B; }
a { background-color: rgb(171,152,43); }
div.DivClassName
{
background-color: #AB982B;
}
.BgClassName
{
background-color: #AB982B;
}
</style>
border-color css
<style>
span { border-color: #AB982B; }
span { border-color: rgb(171,152,43); }
td.TdClassName
{
border-color: #AB982B;
}
.TagClassName
{
border-color: #AB982B;
}
</style>