Shades of Sahara #AD9A2A
Tints of Sahara #AD9A2A
RGB
CMYK
RGB Variations
Color information
#AD9A2A (or 0xAD9A2A) is known color: Sahara. HEX triplet: AD, 9A and 2A. RGB value is (173,154,42). Sum of RGB (Red+Green+Blue) = 173+154+42=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9A2A is #5265D5. Grayscale: #939393. Windows color (decimal): -5400022 or 2792109. OLE color: 2792109.
HSL color Cylindrical-coordinate representation of color #AD9A2A: hue angle of 51.3º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD9A2A is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 42 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.32 |
| HSL | 51.3º | 0.61% | 0.42% | - |
| HSV(B) | 51.3º | 0.76% | 0.68% | - |
| XYZ | 29.21 | 32.16 | 6.86 | - |
| YUV | 146.91 | 68.79 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 42 | 0 | 0.11 | 0.76 | 0.32 | 51.3 | 0.61 | 0.42 |
| Hex | AD | 9A | 2A | 0 | B | 4C | 20 | 33 | 3D | 2A |
| Octal | 255 | 232 | 52 | 0 | 13 | 114 | 40 | 63 | 75 | 52 |
| Binary | 10101101 | 10011010 | 101010 | 0 | 1011 | 1001100 | 100000 | 110011 | 111101 | 101010 |
Color Harmonies of #AD9A2A
Complementary color
Monochromatic Colors of #AD9A2A
Black with #AD9A2A
Text Example
Text Example
White with #AD9A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A2A; }
p { color: rgb(173,154,42); }
H1.HeaderClassName
{
color: #AD9A2A;
}
.AnyTagClassName
{
color: #AD9A2A;
}
</style>
background-color css
<style>
a { background-color: #AD9A2A; }
a { background-color: rgb(173,154,42); }
div.DivClassName
{
background-color: #AD9A2A;
}
.BgClassName
{
background-color: #AD9A2A;
}
</style>
border-color css
<style>
span { border-color: #AD9A2A; }
span { border-color: rgb(173,154,42); }
td.TdClassName
{
border-color: #AD9A2A;
}
.TagClassName
{
border-color: #AD9A2A;
}
</style>