Shades of Sahara #AB8F26
Tints of Sahara #AB8F26
RGB
CMYK
RGB Variations
Color information
#AB8F26 (or 0xAB8F26) is known color: Sahara. HEX triplet: AB, 8F and 26. RGB value is (171,143,38). Sum of RGB (Red+Green+Blue) = 171+143+38=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F26 is #5470D9. Grayscale: #8B8B8B. Windows color (decimal): -5533914 or 2527147. OLE color: 2527147.
HSL color Cylindrical-coordinate representation of color #AB8F26: hue angle of 47.37º 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 #AB8F26 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 38 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.33 |
| HSL | 47.37º | 0.64% | 0.41% | - |
| HSV(B) | 47.37º | 0.78% | 0.67% | - |
| XYZ | 26.97 | 28.44 | 5.9 | - |
| YUV | 139.4 | 70.78 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 38 | 0 | 0.16 | 0.78 | 0.33 | 47.37 | 0.64 | 0.41 |
| Hex | AB | 8F | 26 | 0 | 10 | 4E | 21 | 2F | 40 | 29 |
| Octal | 253 | 217 | 46 | 0 | 20 | 116 | 41 | 57 | 100 | 51 |
| Binary | 10101011 | 10001111 | 100110 | 0 | 10000 | 1001110 | 100001 | 101111 | 1000000 | 101001 |
Color Harmonies of #AB8F26
Complementary color
Monochromatic Colors of #AB8F26
Black with #AB8F26
Text Example
Text Example
White with #AB8F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F26; }
p { color: rgb(171,143,38); }
H1.HeaderClassName
{
color: #AB8F26;
}
.AnyTagClassName
{
color: #AB8F26;
}
</style>
background-color css
<style>
a { background-color: #AB8F26; }
a { background-color: rgb(171,143,38); }
div.DivClassName
{
background-color: #AB8F26;
}
.BgClassName
{
background-color: #AB8F26;
}
</style>
border-color css
<style>
span { border-color: #AB8F26; }
span { border-color: rgb(171,143,38); }
td.TdClassName
{
border-color: #AB8F26;
}
.TagClassName
{
border-color: #AB8F26;
}
</style>