Shades of Sahara #AB9C2D
Tints of Sahara #AB9C2D
RGB
CMYK
RGB Variations
Color information
#AB9C2D (or 0xAB9C2D) is known color: Sahara. HEX triplet: AB, 9C and 2D. RGB value is (171,156,45). Sum of RGB (Red+Green+Blue) = 171+156+45=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9C2D is #5463D2. Grayscale: #949494. Windows color (decimal): -5530579 or 2989227. OLE color: 2989227.
HSL color Cylindrical-coordinate representation of color #AB9C2D: hue angle of 52.86º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB9C2D is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 45 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.33 |
| HSL | 52.86º | 0.58% | 0.42% | - |
| HSV(B) | 52.86º | 0.74% | 0.67% | - |
| XYZ | 29.16 | 32.62 | 7.24 | - |
| YUV | 147.83 | 69.97 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 45 | 0 | 0.09 | 0.74 | 0.33 | 52.86 | 0.58 | 0.42 |
| Hex | AB | 9C | 2D | 0 | 9 | 4A | 21 | 35 | 3A | 2A |
| Octal | 253 | 234 | 55 | 0 | 11 | 112 | 41 | 65 | 72 | 52 |
| Binary | 10101011 | 10011100 | 101101 | 0 | 1001 | 1001010 | 100001 | 110101 | 111010 | 101010 |
Color Harmonies of #AB9C2D
Complementary color
Monochromatic Colors of #AB9C2D
Black with #AB9C2D
Text Example
Text Example
White with #AB9C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C2D; }
p { color: rgb(171,156,45); }
H1.HeaderClassName
{
color: #AB9C2D;
}
.AnyTagClassName
{
color: #AB9C2D;
}
</style>
background-color css
<style>
a { background-color: #AB9C2D; }
a { background-color: rgb(171,156,45); }
div.DivClassName
{
background-color: #AB9C2D;
}
.BgClassName
{
background-color: #AB9C2D;
}
</style>
border-color css
<style>
span { border-color: #AB9C2D; }
span { border-color: rgb(171,156,45); }
td.TdClassName
{
border-color: #AB9C2D;
}
.TagClassName
{
border-color: #AB9C2D;
}
</style>