Shades of Sahara #AB972A
Tints of Sahara #AB972A
RGB
CMYK
RGB Variations
Color information
#AB972A (or 0xAB972A) is known color: Sahara. HEX triplet: AB, 97 and 2A. RGB value is (171,151,42). Sum of RGB (Red+Green+Blue) = 171+151+42=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB972A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB972A is #5468D5. Grayscale: #919191. Windows color (decimal): -5531862 or 2791339. OLE color: 2791339.
HSL color Cylindrical-coordinate representation of color #AB972A: hue angle of 50.7º degrees, saturation: 0.61, 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 #AB972A is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 151 | 42 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.33 |
| HSL | 50.7º | 0.61% | 0.42% | - |
| HSV(B) | 50.7º | 0.75% | 0.67% | - |
| XYZ | 28.28 | 30.96 | 6.68 | - |
| YUV | 144.55 | 70.13 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 42 | 0 | 0.12 | 0.75 | 0.33 | 50.7 | 0.61 | 0.42 |
| Hex | AB | 97 | 2A | 0 | C | 4B | 21 | 33 | 3D | 2A |
| Octal | 253 | 227 | 52 | 0 | 14 | 113 | 41 | 63 | 75 | 52 |
| Binary | 10101011 | 10010111 | 101010 | 0 | 1100 | 1001011 | 100001 | 110011 | 111101 | 101010 |
Color Harmonies of #AB972A
Complementary color
Monochromatic Colors of #AB972A
Black with #AB972A
Text Example
Text Example
White with #AB972A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB972A; }
p { color: rgb(171,151,42); }
H1.HeaderClassName
{
color: #AB972A;
}
.AnyTagClassName
{
color: #AB972A;
}
</style>
background-color css
<style>
a { background-color: #AB972A; }
a { background-color: rgb(171,151,42); }
div.DivClassName
{
background-color: #AB972A;
}
.BgClassName
{
background-color: #AB972A;
}
</style>
border-color css
<style>
span { border-color: #AB972A; }
span { border-color: rgb(171,151,42); }
td.TdClassName
{
border-color: #AB972A;
}
.TagClassName
{
border-color: #AB972A;
}
</style>