Shades of Bronco #AD9978
Tints of Bronco #AD9978
RGB
CMYK
RGB Variations
Color information
#AD9978 (or 0xAD9978) is known color: Bronco. HEX triplet: AD, 99 and 78. RGB value is (173,153,120). Sum of RGB (Red+Green+Blue) = 173+153+120=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9978 is #526687. Grayscale: #9B9B9B. Windows color (decimal): -5400200 or 7903661. OLE color: 7903661.
HSL color Cylindrical-coordinate representation of color #AD9978: hue angle of 37.36º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD9978 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 120 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.32 |
| HSL | 37.36º | 0.24% | 0.57% | - |
| HSV(B) | 37.36º | 0.31% | 0.68% | - |
| XYZ | 32.01 | 33.02 | 22.46 | - |
| YUV | 155.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 120 | 0 | 0.12 | 0.31 | 0.32 | 37.36 | 0.24 | 0.57 |
| Hex | AD | 99 | 78 | 0 | C | 1F | 20 | 25 | 18 | 39 |
| Octal | 255 | 231 | 170 | 0 | 14 | 37 | 40 | 45 | 30 | 71 |
| Binary | 10101101 | 10011001 | 1111000 | 0 | 1100 | 11111 | 100000 | 100101 | 11000 | 111001 |
Color Harmonies of #AD9978
Complementary color
Monochromatic Colors of #AD9978
Black with #AD9978
Text Example
Text Example
White with #AD9978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9978; }
p { color: rgb(173,153,120); }
H1.HeaderClassName
{
color: #AD9978;
}
.AnyTagClassName
{
color: #AD9978;
}
</style>
background-color css
<style>
a { background-color: #AD9978; }
a { background-color: rgb(173,153,120); }
div.DivClassName
{
background-color: #AD9978;
}
.BgClassName
{
background-color: #AD9978;
}
</style>
border-color css
<style>
span { border-color: #AD9978; }
span { border-color: rgb(173,153,120); }
td.TdClassName
{
border-color: #AD9978;
}
.TagClassName
{
border-color: #AD9978;
}
</style>