Shades of Bronco #A5977C
Tints of Bronco #A5977C
RGB
CMYK
RGB Variations
Color information
#A5977C (or 0xA5977C) is known color: Bronco. HEX triplet: A5, 97 and 7C. RGB value is (165,151,124). Sum of RGB (Red+Green+Blue) = 165+151+124=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 165 - color contains mainly: red. Hex color #A5977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5977C is #5A6883. Grayscale: #989898. Windows color (decimal): -5924996 or 8165285. OLE color: 8165285.
HSL color Cylindrical-coordinate representation of color #A5977C: hue angle of 39.51º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5977C is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 151 | 124 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.35 |
| HSL | 39.51º | 0.19% | 0.57% | - |
| HSV(B) | 39.51º | 0.25% | 0.65% | - |
| XYZ | 30.22 | 31.59 | 23.57 | - |
| YUV | 152.11 | 112.14 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 124 | 0 | 0.08 | 0.25 | 0.35 | 39.51 | 0.19 | 0.57 |
| Hex | A5 | 97 | 7C | 0 | 8 | 19 | 23 | 28 | 13 | 39 |
| Octal | 245 | 227 | 174 | 0 | 10 | 31 | 43 | 50 | 23 | 71 |
| Binary | 10100101 | 10010111 | 1111100 | 0 | 1000 | 11001 | 100011 | 101000 | 10011 | 111001 |
Color Harmonies of #A5977C
Complementary color
Monochromatic Colors of #A5977C
Black with #A5977C
Text Example
Text Example
White with #A5977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5977C; }
p { color: rgb(165,151,124); }
H1.HeaderClassName
{
color: #A5977C;
}
.AnyTagClassName
{
color: #A5977C;
}
</style>
background-color css
<style>
a { background-color: #A5977C; }
a { background-color: rgb(165,151,124); }
div.DivClassName
{
background-color: #A5977C;
}
.BgClassName
{
background-color: #A5977C;
}
</style>
border-color css
<style>
span { border-color: #A5977C; }
span { border-color: rgb(165,151,124); }
td.TdClassName
{
border-color: #A5977C;
}
.TagClassName
{
border-color: #A5977C;
}
</style>