Shades of Bronco #AD977C
Tints of Bronco #AD977C
RGB
CMYK
RGB Variations
Color information
#AD977C (or 0xAD977C) is known color: Bronco. HEX triplet: AD, 97 and 7C. RGB value is (173,151,124). Sum of RGB (Red+Green+Blue) = 173+151+124=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD977C is #526883. Grayscale: #9A9A9A. Windows color (decimal): -5400708 or 8165293. OLE color: 8165293.
HSL color Cylindrical-coordinate representation of color #AD977C: hue angle of 33.06º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD977C is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 124 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.32 |
| HSL | 33.06º | 0.23% | 0.58% | - |
| HSV(B) | 33.06º | 0.28% | 0.68% | - |
| XYZ | 31.94 | 32.47 | 23.65 | - |
| YUV | 154.5 | 110.79 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 124 | 0 | 0.13 | 0.28 | 0.32 | 33.06 | 0.23 | 0.58 |
| Hex | AD | 97 | 7C | 0 | D | 1C | 20 | 21 | 17 | 3A |
| Octal | 255 | 227 | 174 | 0 | 15 | 34 | 40 | 41 | 27 | 72 |
| Binary | 10101101 | 10010111 | 1111100 | 0 | 1101 | 11100 | 100000 | 100001 | 10111 | 111010 |
Color Harmonies of #AD977C
Complementary color
Monochromatic Colors of #AD977C
Black with #AD977C
Text Example
Text Example
White with #AD977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD977C; }
p { color: rgb(173,151,124); }
H1.HeaderClassName
{
color: #AD977C;
}
.AnyTagClassName
{
color: #AD977C;
}
</style>
background-color css
<style>
a { background-color: #AD977C; }
a { background-color: rgb(173,151,124); }
div.DivClassName
{
background-color: #AD977C;
}
.BgClassName
{
background-color: #AD977C;
}
</style>
border-color css
<style>
span { border-color: #AD977C; }
span { border-color: rgb(173,151,124); }
td.TdClassName
{
border-color: #AD977C;
}
.TagClassName
{
border-color: #AD977C;
}
</style>