Shades of Bronco #AD977E
Tints of Bronco #AD977E
RGB
CMYK
RGB Variations
Color information
#AD977E (or 0xAD977E) is known color: Bronco. HEX triplet: AD, 97 and 7E. RGB value is (173,151,126). Sum of RGB (Red+Green+Blue) = 173+151+126=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #AD977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD977E is #526881. Grayscale: #9A9A9A. Windows color (decimal): -5400706 or 8296365. OLE color: 8296365.
HSL color Cylindrical-coordinate representation of color #AD977E: hue angle of 31.91º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD977E is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 126 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.32 |
| HSL | 31.91º | 0.22% | 0.59% | - |
| HSV(B) | 31.91º | 0.27% | 0.68% | - |
| XYZ | 32.07 | 32.52 | 24.33 | - |
| YUV | 154.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 126 | 0 | 0.13 | 0.27 | 0.32 | 31.91 | 0.22 | 0.59 |
| Hex | AD | 97 | 7E | 0 | D | 1B | 20 | 20 | 16 | 3B |
| Octal | 255 | 227 | 176 | 0 | 15 | 33 | 40 | 40 | 26 | 73 |
| Binary | 10101101 | 10010111 | 1111110 | 0 | 1101 | 11011 | 100000 | 100000 | 10110 | 111011 |
Color Harmonies of #AD977E
Complementary color
Monochromatic Colors of #AD977E
Black with #AD977E
Text Example
Text Example
White with #AD977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD977E; }
p { color: rgb(173,151,126); }
H1.HeaderClassName
{
color: #AD977E;
}
.AnyTagClassName
{
color: #AD977E;
}
</style>
background-color css
<style>
a { background-color: #AD977E; }
a { background-color: rgb(173,151,126); }
div.DivClassName
{
background-color: #AD977E;
}
.BgClassName
{
background-color: #AD977E;
}
</style>
border-color css
<style>
span { border-color: #AD977E; }
span { border-color: rgb(173,151,126); }
td.TdClassName
{
border-color: #AD977E;
}
.TagClassName
{
border-color: #AD977E;
}
</style>