Shades of Bronco #AD977A
Tints of Bronco #AD977A
RGB
CMYK
RGB Variations
Color information
#AD977A (or 0xAD977A) is known color: Bronco. HEX triplet: AD, 97 and 7A. RGB value is (173,151,122). Sum of RGB (Red+Green+Blue) = 173+151+122=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD977A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD977A is #526885. Grayscale: #9A9A9A. Windows color (decimal): -5400710 or 8034221. OLE color: 8034221.
HSL color Cylindrical-coordinate representation of color #AD977A: hue angle of 34.12º degrees, saturation: 0.24, 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 #AD977A is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 122 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.32 |
| HSL | 34.12º | 0.24% | 0.58% | - |
| HSV(B) | 34.12º | 0.29% | 0.68% | - |
| XYZ | 31.81 | 32.42 | 22.99 | - |
| YUV | 154.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 122 | 0 | 0.13 | 0.29 | 0.32 | 34.12 | 0.24 | 0.58 |
| Hex | AD | 97 | 7A | 0 | D | 1D | 20 | 22 | 18 | 3A |
| Octal | 255 | 227 | 172 | 0 | 15 | 35 | 40 | 42 | 30 | 72 |
| Binary | 10101101 | 10010111 | 1111010 | 0 | 1101 | 11101 | 100000 | 100010 | 11000 | 111010 |
Color Harmonies of #AD977A
Complementary color
Monochromatic Colors of #AD977A
Black with #AD977A
Text Example
Text Example
White with #AD977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD977A; }
p { color: rgb(173,151,122); }
H1.HeaderClassName
{
color: #AD977A;
}
.AnyTagClassName
{
color: #AD977A;
}
</style>
background-color css
<style>
a { background-color: #AD977A; }
a { background-color: rgb(173,151,122); }
div.DivClassName
{
background-color: #AD977A;
}
.BgClassName
{
background-color: #AD977A;
}
</style>
border-color css
<style>
span { border-color: #AD977A; }
span { border-color: rgb(173,151,122); }
td.TdClassName
{
border-color: #AD977A;
}
.TagClassName
{
border-color: #AD977A;
}
</style>