Shades of Sahara #AD8C23
Tints of Sahara #AD8C23
RGB
CMYK
RGB Variations
Color information
#AD8C23 (or 0xAD8C23) is known color: Sahara. HEX triplet: AD, 8C and 23. RGB value is (173,140,35). Sum of RGB (Red+Green+Blue) = 173+140+35=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 35 (14.06% from 255 or 10.06% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C23 is #5273DC. Grayscale: #8A8A8A. Windows color (decimal): -5403613 or 2329773. OLE color: 2329773.
HSL color Cylindrical-coordinate representation of color #AD8C23: hue angle of 45.65º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD8C23 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 35 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.32 |
| HSL | 45.65º | 0.66% | 0.41% | - |
| HSV(B) | 45.65º | 0.8% | 0.68% | - |
| XYZ | 26.92 | 27.76 | 5.53 | - |
| YUV | 137.9 | 69.93 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 35 | 0 | 0.19 | 0.80 | 0.32 | 45.65 | 0.66 | 0.41 |
| Hex | AD | 8C | 23 | 0 | 13 | 50 | 20 | 2E | 42 | 29 |
| Octal | 255 | 214 | 43 | 0 | 23 | 120 | 40 | 56 | 102 | 51 |
| Binary | 10101101 | 10001100 | 100011 | 0 | 10011 | 1010000 | 100000 | 101110 | 1000010 | 101001 |
Color Harmonies of #AD8C23
Complementary color
Monochromatic Colors of #AD8C23
Black with #AD8C23
Text Example
Text Example
White with #AD8C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C23; }
p { color: rgb(173,140,35); }
H1.HeaderClassName
{
color: #AD8C23;
}
.AnyTagClassName
{
color: #AD8C23;
}
</style>
background-color css
<style>
a { background-color: #AD8C23; }
a { background-color: rgb(173,140,35); }
div.DivClassName
{
background-color: #AD8C23;
}
.BgClassName
{
background-color: #AD8C23;
}
</style>
border-color css
<style>
span { border-color: #AD8C23; }
span { border-color: rgb(173,140,35); }
td.TdClassName
{
border-color: #AD8C23;
}
.TagClassName
{
border-color: #AD8C23;
}
</style>