Shades of Sahara #AB9B30
Tints of Sahara #AB9B30
RGB
CMYK
RGB Variations
Color information
#AB9B30 (or 0xAB9B30) is known color: Sahara. HEX triplet: AB, 9B and 30. RGB value is (171,155,48). Sum of RGB (Red+Green+Blue) = 171+155+48=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9B30 is #5464CF. Grayscale: #949494. Windows color (decimal): -5530832 or 3185579. OLE color: 3185579.
HSL color Cylindrical-coordinate representation of color #AB9B30: hue angle of 52.2º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB9B30 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 155 | 48 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.33 |
| HSL | 52.2º | 0.56% | 0.43% | - |
| HSV(B) | 52.2º | 0.72% | 0.67% | - |
| XYZ | 29.05 | 32.31 | 7.5 | - |
| YUV | 147.59 | 71.8 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 48 | 0 | 0.09 | 0.72 | 0.33 | 52.2 | 0.56 | 0.43 |
| Hex | AB | 9B | 30 | 0 | 9 | 48 | 21 | 34 | 38 | 2B |
| Octal | 253 | 233 | 60 | 0 | 11 | 110 | 41 | 64 | 70 | 53 |
| Binary | 10101011 | 10011011 | 110000 | 0 | 1001 | 1001000 | 100001 | 110100 | 111000 | 101011 |
Color Harmonies of #AB9B30
Complementary color
Monochromatic Colors of #AB9B30
Black with #AB9B30
Text Example
Text Example
White with #AB9B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9B30; }
p { color: rgb(171,155,48); }
H1.HeaderClassName
{
color: #AB9B30;
}
.AnyTagClassName
{
color: #AB9B30;
}
</style>
background-color css
<style>
a { background-color: #AB9B30; }
a { background-color: rgb(171,155,48); }
div.DivClassName
{
background-color: #AB9B30;
}
.BgClassName
{
background-color: #AB9B30;
}
</style>
border-color css
<style>
span { border-color: #AB9B30; }
span { border-color: rgb(171,155,48); }
td.TdClassName
{
border-color: #AB9B30;
}
.TagClassName
{
border-color: #AB9B30;
}
</style>