Shades of Bronco #AD9778
Tints of Bronco #AD9778
RGB
CMYK
RGB Variations
Color information
#AD9778 (or 0xAD9778) is known color: Bronco. HEX triplet: AD, 97 and 78. RGB value is (173,151,120). Sum of RGB (Red+Green+Blue) = 173+151+120=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9778 is #526887. Grayscale: #9A9A9A. Windows color (decimal): -5400712 or 7903149. OLE color: 7903149.
HSL color Cylindrical-coordinate representation of color #AD9778: hue angle of 35.09º 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 #AD9778 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 120 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.32 |
| HSL | 35.09º | 0.24% | 0.57% | - |
| HSV(B) | 35.09º | 0.31% | 0.68% | - |
| XYZ | 31.69 | 32.37 | 22.35 | - |
| YUV | 154.04 | 108.79 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 120 | 0 | 0.13 | 0.31 | 0.32 | 35.09 | 0.24 | 0.57 |
| Hex | AD | 97 | 78 | 0 | D | 1F | 20 | 23 | 18 | 39 |
| Octal | 255 | 227 | 170 | 0 | 15 | 37 | 40 | 43 | 30 | 71 |
| Binary | 10101101 | 10010111 | 1111000 | 0 | 1101 | 11111 | 100000 | 100011 | 11000 | 111001 |
Color Harmonies of #AD9778
Complementary color
Monochromatic Colors of #AD9778
Black with #AD9778
Text Example
Text Example
White with #AD9778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9778; }
p { color: rgb(173,151,120); }
H1.HeaderClassName
{
color: #AD9778;
}
.AnyTagClassName
{
color: #AD9778;
}
</style>
background-color css
<style>
a { background-color: #AD9778; }
a { background-color: rgb(173,151,120); }
div.DivClassName
{
background-color: #AD9778;
}
.BgClassName
{
background-color: #AD9778;
}
</style>
border-color css
<style>
span { border-color: #AD9778; }
span { border-color: rgb(173,151,120); }
td.TdClassName
{
border-color: #AD9778;
}
.TagClassName
{
border-color: #AD9778;
}
</style>