Shades of Sahara #AB952B
Tints of Sahara #AB952B
RGB
CMYK
RGB Variations
Color information
#AB952B (or 0xAB952B) is known color: Sahara. HEX triplet: AB, 95 and 2B. RGB value is (171,149,43). Sum of RGB (Red+Green+Blue) = 171+149+43=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB952B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB952B is #546AD4. Grayscale: #8F8F8F. Windows color (decimal): -5532373 or 2856363. OLE color: 2856363.
HSL color Cylindrical-coordinate representation of color #AB952B: hue angle of 49.69º 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 #AB952B is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 43 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.33 |
| HSL | 49.69º | 0.6% | 0.42% | - |
| HSV(B) | 49.69º | 0.75% | 0.67% | - |
| XYZ | 27.98 | 30.33 | 6.66 | - |
| YUV | 143.49 | 71.29 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 43 | 0 | 0.13 | 0.75 | 0.33 | 49.69 | 0.6 | 0.42 |
| Hex | AB | 95 | 2B | 0 | D | 4B | 21 | 32 | 3C | 2A |
| Octal | 253 | 225 | 53 | 0 | 15 | 113 | 41 | 62 | 74 | 52 |
| Binary | 10101011 | 10010101 | 101011 | 0 | 1101 | 1001011 | 100001 | 110010 | 111100 | 101010 |
Color Harmonies of #AB952B
Complementary color
Monochromatic Colors of #AB952B
Black with #AB952B
Text Example
Text Example
White with #AB952B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB952B; }
p { color: rgb(171,149,43); }
H1.HeaderClassName
{
color: #AB952B;
}
.AnyTagClassName
{
color: #AB952B;
}
</style>
background-color css
<style>
a { background-color: #AB952B; }
a { background-color: rgb(171,149,43); }
div.DivClassName
{
background-color: #AB952B;
}
.BgClassName
{
background-color: #AB952B;
}
</style>
border-color css
<style>
span { border-color: #AB952B; }
span { border-color: rgb(171,149,43); }
td.TdClassName
{
border-color: #AB952B;
}
.TagClassName
{
border-color: #AB952B;
}
</style>