Shades of Bronco #A5977F
Tints of Bronco #A5977F
RGB
CMYK
RGB Variations
Color information
#A5977F (or 0xA5977F) is known color: Bronco. HEX triplet: A5, 97 and 7F. RGB value is (165,151,127). Sum of RGB (Red+Green+Blue) = 165+151+127=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 165 - color contains mainly: red. Hex color #A5977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5977F is #5A6880. Grayscale: #989898. Windows color (decimal): -5924993 or 8361893. OLE color: 8361893.
HSL color Cylindrical-coordinate representation of color #A5977F: hue angle of 37.89º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5977F is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 151 | 127 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.35 |
| HSL | 37.89º | 0.17% | 0.57% | - |
| HSV(B) | 37.89º | 0.23% | 0.65% | - |
| XYZ | 30.41 | 31.66 | 24.59 | - |
| YUV | 152.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 127 | 0 | 0.08 | 0.23 | 0.35 | 37.89 | 0.17 | 0.57 |
| Hex | A5 | 97 | 7F | 0 | 8 | 17 | 23 | 26 | 11 | 39 |
| Octal | 245 | 227 | 177 | 0 | 10 | 27 | 43 | 46 | 21 | 71 |
| Binary | 10100101 | 10010111 | 1111111 | 0 | 1000 | 10111 | 100011 | 100110 | 10001 | 111001 |
Color Harmonies of #A5977F
Complementary color
Monochromatic Colors of #A5977F
Black with #A5977F
Text Example
Text Example
White with #A5977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5977F; }
p { color: rgb(165,151,127); }
H1.HeaderClassName
{
color: #A5977F;
}
.AnyTagClassName
{
color: #A5977F;
}
</style>
background-color css
<style>
a { background-color: #A5977F; }
a { background-color: rgb(165,151,127); }
div.DivClassName
{
background-color: #A5977F;
}
.BgClassName
{
background-color: #A5977F;
}
</style>
border-color css
<style>
span { border-color: #A5977F; }
span { border-color: rgb(165,151,127); }
td.TdClassName
{
border-color: #A5977F;
}
.TagClassName
{
border-color: #A5977F;
}
</style>