Shades of Sahara #AB952A
Tints of Sahara #AB952A
RGB
CMYK
RGB Variations
Color information
#AB952A (or 0xAB952A) is known color: Sahara. HEX triplet: AB, 95 and 2A. RGB value is (171,149,42). Sum of RGB (Red+Green+Blue) = 171+149+42=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB952A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB952A is #546AD5. Grayscale: #8F8F8F. Windows color (decimal): -5532374 or 2790827. OLE color: 2790827.
HSL color Cylindrical-coordinate representation of color #AB952A: hue angle of 49.77º 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 #AB952A is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 42 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.33 |
| HSL | 49.77º | 0.61% | 0.42% | - |
| HSV(B) | 49.77º | 0.75% | 0.67% | - |
| XYZ | 27.96 | 30.32 | 6.57 | - |
| YUV | 143.38 | 70.79 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 42 | 0 | 0.13 | 0.75 | 0.33 | 49.77 | 0.61 | 0.42 |
| Hex | AB | 95 | 2A | 0 | D | 4B | 21 | 32 | 3D | 2A |
| Octal | 253 | 225 | 52 | 0 | 15 | 113 | 41 | 62 | 75 | 52 |
| Binary | 10101011 | 10010101 | 101010 | 0 | 1101 | 1001011 | 100001 | 110010 | 111101 | 101010 |
Color Harmonies of #AB952A
Complementary color
Monochromatic Colors of #AB952A
Black with #AB952A
Text Example
Text Example
White with #AB952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB952A; }
p { color: rgb(171,149,42); }
H1.HeaderClassName
{
color: #AB952A;
}
.AnyTagClassName
{
color: #AB952A;
}
</style>
background-color css
<style>
a { background-color: #AB952A; }
a { background-color: rgb(171,149,42); }
div.DivClassName
{
background-color: #AB952A;
}
.BgClassName
{
background-color: #AB952A;
}
</style>
border-color css
<style>
span { border-color: #AB952A; }
span { border-color: rgb(171,149,42); }
td.TdClassName
{
border-color: #AB952A;
}
.TagClassName
{
border-color: #AB952A;
}
</style>