Shades of Bronco #AD9A79
Tints of Bronco #AD9A79
RGB
CMYK
RGB Variations
Color information
#AD9A79 (or 0xAD9A79) is known color: Bronco. HEX triplet: AD, 9A and 79. RGB value is (173,154,121). Sum of RGB (Red+Green+Blue) = 173+154+121=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9A79 is #526586. Grayscale: #9C9C9C. Windows color (decimal): -5399943 or 7969453. OLE color: 7969453.
HSL color Cylindrical-coordinate representation of color #AD9A79: hue angle of 38.08º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD9A79 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 121 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.32 |
| HSL | 38.08º | 0.24% | 0.58% | - |
| HSV(B) | 38.08º | 0.3% | 0.68% | - |
| XYZ | 32.24 | 33.38 | 22.83 | - |
| YUV | 155.92 | 108.29 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 121 | 0 | 0.11 | 0.30 | 0.32 | 38.08 | 0.24 | 0.58 |
| Hex | AD | 9A | 79 | 0 | B | 1E | 20 | 26 | 18 | 3A |
| Octal | 255 | 232 | 171 | 0 | 13 | 36 | 40 | 46 | 30 | 72 |
| Binary | 10101101 | 10011010 | 1111001 | 0 | 1011 | 11110 | 100000 | 100110 | 11000 | 111010 |
Color Harmonies of #AD9A79
Complementary color
Monochromatic Colors of #AD9A79
Black with #AD9A79
Text Example
Text Example
White with #AD9A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A79; }
p { color: rgb(173,154,121); }
H1.HeaderClassName
{
color: #AD9A79;
}
.AnyTagClassName
{
color: #AD9A79;
}
</style>
background-color css
<style>
a { background-color: #AD9A79; }
a { background-color: rgb(173,154,121); }
div.DivClassName
{
background-color: #AD9A79;
}
.BgClassName
{
background-color: #AD9A79;
}
</style>
border-color css
<style>
span { border-color: #AD9A79; }
span { border-color: rgb(173,154,121); }
td.TdClassName
{
border-color: #AD9A79;
}
.TagClassName
{
border-color: #AD9A79;
}
</style>