Shades of Bronco #AD9A77
Tints of Bronco #AD9A77
RGB
CMYK
RGB Variations
Color information
#AD9A77 (or 0xAD9A77) is known color: Bronco. HEX triplet: AD, 9A and 77. RGB value is (173,154,119). Sum of RGB (Red+Green+Blue) = 173+154+119=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9A77 is #526588. Grayscale: #9B9B9B. Windows color (decimal): -5399945 or 7838381. OLE color: 7838381.
HSL color Cylindrical-coordinate representation of color #AD9A77: hue angle of 38.89º degrees, saturation: 0.25, 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 #AD9A77 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 119 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.32 |
| HSL | 38.89º | 0.25% | 0.57% | - |
| HSV(B) | 38.89º | 0.31% | 0.68% | - |
| XYZ | 32.12 | 33.33 | 22.19 | - |
| YUV | 155.69 | 107.29 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 119 | 0 | 0.11 | 0.31 | 0.32 | 38.89 | 0.25 | 0.57 |
| Hex | AD | 9A | 77 | 0 | B | 1F | 20 | 27 | 19 | 39 |
| Octal | 255 | 232 | 167 | 0 | 13 | 37 | 40 | 47 | 31 | 71 |
| Binary | 10101101 | 10011010 | 1110111 | 0 | 1011 | 11111 | 100000 | 100111 | 11001 | 111001 |
Color Harmonies of #AD9A77
Complementary color
Monochromatic Colors of #AD9A77
Black with #AD9A77
Text Example
Text Example
White with #AD9A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A77; }
p { color: rgb(173,154,119); }
H1.HeaderClassName
{
color: #AD9A77;
}
.AnyTagClassName
{
color: #AD9A77;
}
</style>
background-color css
<style>
a { background-color: #AD9A77; }
a { background-color: rgb(173,154,119); }
div.DivClassName
{
background-color: #AD9A77;
}
.BgClassName
{
background-color: #AD9A77;
}
</style>
border-color css
<style>
span { border-color: #AD9A77; }
span { border-color: rgb(173,154,119); }
td.TdClassName
{
border-color: #AD9A77;
}
.TagClassName
{
border-color: #AD9A77;
}
</style>