Shades of Bronco #AD977B
Tints of Bronco #AD977B
RGB
CMYK
RGB Variations
Color information
#AD977B (or 0xAD977B) is known color: Bronco. HEX triplet: AD, 97 and 7B. RGB value is (173,151,123). Sum of RGB (Red+Green+Blue) = 173+151+123=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD977B is #526884. Grayscale: #9A9A9A. Windows color (decimal): -5400709 or 8099757. OLE color: 8099757.
HSL color Cylindrical-coordinate representation of color #AD977B: hue angle of 33.6º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD977B is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 123 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.32 |
| HSL | 33.6º | 0.23% | 0.58% | - |
| HSV(B) | 33.6º | 0.29% | 0.68% | - |
| XYZ | 31.88 | 32.45 | 23.32 | - |
| YUV | 154.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 123 | 0 | 0.13 | 0.29 | 0.32 | 33.6 | 0.23 | 0.58 |
| Hex | AD | 97 | 7B | 0 | D | 1D | 20 | 22 | 17 | 3A |
| Octal | 255 | 227 | 173 | 0 | 15 | 35 | 40 | 42 | 27 | 72 |
| Binary | 10101101 | 10010111 | 1111011 | 0 | 1101 | 11101 | 100000 | 100010 | 10111 | 111010 |
Color Harmonies of #AD977B
Complementary color
Monochromatic Colors of #AD977B
Black with #AD977B
Text Example
Text Example
White with #AD977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD977B; }
p { color: rgb(173,151,123); }
H1.HeaderClassName
{
color: #AD977B;
}
.AnyTagClassName
{
color: #AD977B;
}
</style>
background-color css
<style>
a { background-color: #AD977B; }
a { background-color: rgb(173,151,123); }
div.DivClassName
{
background-color: #AD977B;
}
.BgClassName
{
background-color: #AD977B;
}
</style>
border-color css
<style>
span { border-color: #AD977B; }
span { border-color: rgb(173,151,123); }
td.TdClassName
{
border-color: #AD977B;
}
.TagClassName
{
border-color: #AD977B;
}
</style>