Shades of Sahara #AB8D25
Tints of Sahara #AB8D25
RGB
CMYK
RGB Variations
Color information
#AB8D25 (or 0xAB8D25) is known color: Sahara. HEX triplet: AB, 8D and 25. RGB value is (171,141,37). Sum of RGB (Red+Green+Blue) = 171+141+37=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D25 is #5472DA. Grayscale: #8A8A8A. Windows color (decimal): -5534427 or 2461099. OLE color: 2461099.
HSL color Cylindrical-coordinate representation of color #AB8D25: hue angle of 46.57º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB8D25 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 141 | 37 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.33 |
| HSL | 46.57º | 0.64% | 0.41% | - |
| HSV(B) | 46.57º | 0.78% | 0.67% | - |
| XYZ | 26.65 | 27.84 | 5.72 | - |
| YUV | 138.11 | 70.94 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 37 | 0 | 0.18 | 0.78 | 0.33 | 46.57 | 0.64 | 0.41 |
| Hex | AB | 8D | 25 | 0 | 12 | 4E | 21 | 2F | 40 | 29 |
| Octal | 253 | 215 | 45 | 0 | 22 | 116 | 41 | 57 | 100 | 51 |
| Binary | 10101011 | 10001101 | 100101 | 0 | 10010 | 1001110 | 100001 | 101111 | 1000000 | 101001 |
Color Harmonies of #AB8D25
Complementary color
Monochromatic Colors of #AB8D25
Black with #AB8D25
Text Example
Text Example
White with #AB8D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8D25; }
p { color: rgb(171,141,37); }
H1.HeaderClassName
{
color: #AB8D25;
}
.AnyTagClassName
{
color: #AB8D25;
}
</style>
background-color css
<style>
a { background-color: #AB8D25; }
a { background-color: rgb(171,141,37); }
div.DivClassName
{
background-color: #AB8D25;
}
.BgClassName
{
background-color: #AB8D25;
}
</style>
border-color css
<style>
span { border-color: #AB8D25; }
span { border-color: rgb(171,141,37); }
td.TdClassName
{
border-color: #AB8D25;
}
.TagClassName
{
border-color: #AB8D25;
}
</style>