Shades of Bronco #A9977E
Tints of Bronco #A9977E
RGB
CMYK
RGB Variations
Color information
#A9977E (or 0xA9977E) is known color: Bronco. HEX triplet: A9, 97 and 7E. RGB value is (169,151,126). Sum of RGB (Red+Green+Blue) = 169+151+126=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A9977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9977E is #566881. Grayscale: #999999. Windows color (decimal): -5662850 or 8296361. OLE color: 8296361.
HSL color Cylindrical-coordinate representation of color #A9977E: hue angle of 34.88º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9977E is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 151 | 126 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.34 |
| HSL | 34.88º | 0.2% | 0.58% | - |
| HSV(B) | 34.88º | 0.25% | 0.66% | - |
| XYZ | 31.19 | 32.07 | 24.29 | - |
| YUV | 153.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 126 | 0 | 0.11 | 0.25 | 0.34 | 34.88 | 0.2 | 0.58 |
| Hex | A9 | 97 | 7E | 0 | B | 19 | 22 | 23 | 14 | 3A |
| Octal | 251 | 227 | 176 | 0 | 13 | 31 | 42 | 43 | 24 | 72 |
| Binary | 10101001 | 10010111 | 1111110 | 0 | 1011 | 11001 | 100010 | 100011 | 10100 | 111010 |
Color Harmonies of #A9977E
Complementary color
Monochromatic Colors of #A9977E
Black with #A9977E
Text Example
Text Example
White with #A9977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9977E; }
p { color: rgb(169,151,126); }
H1.HeaderClassName
{
color: #A9977E;
}
.AnyTagClassName
{
color: #A9977E;
}
</style>
background-color css
<style>
a { background-color: #A9977E; }
a { background-color: rgb(169,151,126); }
div.DivClassName
{
background-color: #A9977E;
}
.BgClassName
{
background-color: #A9977E;
}
</style>
border-color css
<style>
span { border-color: #A9977E; }
span { border-color: rgb(169,151,126); }
td.TdClassName
{
border-color: #A9977E;
}
.TagClassName
{
border-color: #A9977E;
}
</style>