Shades of Bronco #AD9679
Tints of Bronco #AD9679
RGB
CMYK
RGB Variations
Color information
#AD9679 (or 0xAD9679) is known color: Bronco. HEX triplet: AD, 96 and 79. RGB value is (173,150,121). Sum of RGB (Red+Green+Blue) = 173+150+121=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9679 is #526986. Grayscale: #999999. Windows color (decimal): -5400967 or 7968429. OLE color: 7968429.
HSL color Cylindrical-coordinate representation of color #AD9679: hue angle of 33.46º 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 #AD9679 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 121 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.32 |
| HSL | 33.46º | 0.24% | 0.58% | - |
| HSV(B) | 33.46º | 0.3% | 0.68% | - |
| XYZ | 31.59 | 32.08 | 22.62 | - |
| YUV | 153.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 121 | 0 | 0.13 | 0.30 | 0.32 | 33.46 | 0.24 | 0.58 |
| Hex | AD | 96 | 79 | 0 | D | 1E | 20 | 21 | 18 | 3A |
| Octal | 255 | 226 | 171 | 0 | 15 | 36 | 40 | 41 | 30 | 72 |
| Binary | 10101101 | 10010110 | 1111001 | 0 | 1101 | 11110 | 100000 | 100001 | 11000 | 111010 |
Color Harmonies of #AD9679
Complementary color
Monochromatic Colors of #AD9679
Black with #AD9679
Text Example
Text Example
White with #AD9679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9679; }
p { color: rgb(173,150,121); }
H1.HeaderClassName
{
color: #AD9679;
}
.AnyTagClassName
{
color: #AD9679;
}
</style>
background-color css
<style>
a { background-color: #AD9679; }
a { background-color: rgb(173,150,121); }
div.DivClassName
{
background-color: #AD9679;
}
.BgClassName
{
background-color: #AD9679;
}
</style>
border-color css
<style>
span { border-color: #AD9679; }
span { border-color: rgb(173,150,121); }
td.TdClassName
{
border-color: #AD9679;
}
.TagClassName
{
border-color: #AD9679;
}
</style>