Shades of Bronco #A7977F
Tints of Bronco #A7977F
RGB
CMYK
RGB Variations
Color information
#A7977F (or 0xA7977F) is known color: Bronco. HEX triplet: A7, 97 and 7F. RGB value is (167,151,127). Sum of RGB (Red+Green+Blue) = 167+151+127=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 167 - color contains mainly: red. Hex color #A7977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7977F is #586880. Grayscale: #999999. Windows color (decimal): -5793921 or 8361895. OLE color: 8361895.
HSL color Cylindrical-coordinate representation of color #A7977F: hue angle of 36º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7977F is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 151 | 127 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.35 |
| HSL | 36º | 0.19% | 0.58% | - |
| HSV(B) | 36º | 0.24% | 0.65% | - |
| XYZ | 30.83 | 31.88 | 24.61 | - |
| YUV | 153.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 151 | 127 | 0 | 0.10 | 0.24 | 0.35 | 36 | 0.19 | 0.58 |
| Hex | A7 | 97 | 7F | 0 | A | 18 | 23 | 24 | 13 | 3A |
| Octal | 247 | 227 | 177 | 0 | 12 | 30 | 43 | 44 | 23 | 72 |
| Binary | 10100111 | 10010111 | 1111111 | 0 | 1010 | 11000 | 100011 | 100100 | 10011 | 111010 |
Color Harmonies of #A7977F
Complementary color
Monochromatic Colors of #A7977F
Black with #A7977F
Text Example
Text Example
White with #A7977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7977F; }
p { color: rgb(167,151,127); }
H1.HeaderClassName
{
color: #A7977F;
}
.AnyTagClassName
{
color: #A7977F;
}
</style>
background-color css
<style>
a { background-color: #A7977F; }
a { background-color: rgb(167,151,127); }
div.DivClassName
{
background-color: #A7977F;
}
.BgClassName
{
background-color: #A7977F;
}
</style>
border-color css
<style>
span { border-color: #A7977F; }
span { border-color: rgb(167,151,127); }
td.TdClassName
{
border-color: #A7977F;
}
.TagClassName
{
border-color: #A7977F;
}
</style>