Shades of Bronco #A5927F
Tints of Bronco #A5927F
RGB
CMYK
RGB Variations
Color information
#A5927F (or 0xA5927F) is known color: Bronco. HEX triplet: A5, 92 and 7F. RGB value is (165,146,127). Sum of RGB (Red+Green+Blue) = 165+146+127=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 165 - color contains mainly: red. Hex color #A5927F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5927F is #5A6D80. Grayscale: #959595. Windows color (decimal): -5926273 or 8360613. OLE color: 8360613.
HSL color Cylindrical-coordinate representation of color #A5927F: hue angle of 30º 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 #A5927F is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 146 | 127 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.35 |
| HSL | 30º | 0.17% | 0.57% | - |
| HSV(B) | 30º | 0.23% | 0.65% | - |
| XYZ | 29.63 | 30.09 | 24.33 | - |
| YUV | 149.52 | 115.29 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 127 | 0 | 0.12 | 0.23 | 0.35 | 30 | 0.17 | 0.57 |
| Hex | A5 | 92 | 7F | 0 | C | 17 | 23 | 1E | 11 | 39 |
| Octal | 245 | 222 | 177 | 0 | 14 | 27 | 43 | 36 | 21 | 71 |
| Binary | 10100101 | 10010010 | 1111111 | 0 | 1100 | 10111 | 100011 | 11110 | 10001 | 111001 |
Color Harmonies of #A5927F
Complementary color
Monochromatic Colors of #A5927F
Black with #A5927F
Text Example
Text Example
White with #A5927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5927F; }
p { color: rgb(165,146,127); }
H1.HeaderClassName
{
color: #A5927F;
}
.AnyTagClassName
{
color: #A5927F;
}
</style>
background-color css
<style>
a { background-color: #A5927F; }
a { background-color: rgb(165,146,127); }
div.DivClassName
{
background-color: #A5927F;
}
.BgClassName
{
background-color: #A5927F;
}
</style>
border-color css
<style>
span { border-color: #A5927F; }
span { border-color: rgb(165,146,127); }
td.TdClassName
{
border-color: #A5927F;
}
.TagClassName
{
border-color: #A5927F;
}
</style>