Shades of Sahara #AB9025
Tints of Sahara #AB9025
RGB
CMYK
RGB Variations
Color information
#AB9025 (or 0xAB9025) is known color: Sahara. HEX triplet: AB, 90 and 25. RGB value is (171,144,37). Sum of RGB (Red+Green+Blue) = 171+144+37=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9025 is #546FDA. Grayscale: #8C8C8C. Windows color (decimal): -5533659 or 2461867. OLE color: 2461867.
HSL color Cylindrical-coordinate representation of color #AB9025: hue angle of 47.91º 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 #AB9025 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 144 | 37 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.33 |
| HSL | 47.91º | 0.64% | 0.41% | - |
| HSV(B) | 47.91º | 0.78% | 0.67% | - |
| XYZ | 27.1 | 28.74 | 5.87 | - |
| YUV | 139.88 | 69.95 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 37 | 0 | 0.16 | 0.78 | 0.33 | 47.91 | 0.64 | 0.41 |
| Hex | AB | 90 | 25 | 0 | 10 | 4E | 21 | 30 | 40 | 29 |
| Octal | 253 | 220 | 45 | 0 | 20 | 116 | 41 | 60 | 100 | 51 |
| Binary | 10101011 | 10010000 | 100101 | 0 | 10000 | 1001110 | 100001 | 110000 | 1000000 | 101001 |
Color Harmonies of #AB9025
Complementary color
Monochromatic Colors of #AB9025
Black with #AB9025
Text Example
Text Example
White with #AB9025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9025; }
p { color: rgb(171,144,37); }
H1.HeaderClassName
{
color: #AB9025;
}
.AnyTagClassName
{
color: #AB9025;
}
</style>
background-color css
<style>
a { background-color: #AB9025; }
a { background-color: rgb(171,144,37); }
div.DivClassName
{
background-color: #AB9025;
}
.BgClassName
{
background-color: #AB9025;
}
</style>
border-color css
<style>
span { border-color: #AB9025; }
span { border-color: rgb(171,144,37); }
td.TdClassName
{
border-color: #AB9025;
}
.TagClassName
{
border-color: #AB9025;
}
</style>