Shades of Bronco #A7957C
Tints of Bronco #A7957C
RGB
CMYK
RGB Variations
Color information
#A7957C (or 0xA7957C) is known color: Bronco. HEX triplet: A7, 95 and 7C. RGB value is (167,149,124). Sum of RGB (Red+Green+Blue) = 167+149+124=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 167 - color contains mainly: red. Hex color #A7957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7957C is #586A83. Grayscale: #979797. Windows color (decimal): -5794436 or 8164775. OLE color: 8164775.
HSL color Cylindrical-coordinate representation of color #A7957C: hue angle of 34.88º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7957C is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 149 | 124 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.35 |
| HSL | 34.88º | 0.2% | 0.57% | - |
| HSV(B) | 34.88º | 0.26% | 0.65% | - |
| XYZ | 30.32 | 31.17 | 23.49 | - |
| YUV | 151.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 149 | 124 | 0 | 0.11 | 0.26 | 0.35 | 34.88 | 0.2 | 0.57 |
| Hex | A7 | 95 | 7C | 0 | B | 1A | 23 | 23 | 14 | 39 |
| Octal | 247 | 225 | 174 | 0 | 13 | 32 | 43 | 43 | 24 | 71 |
| Binary | 10100111 | 10010101 | 1111100 | 0 | 1011 | 11010 | 100011 | 100011 | 10100 | 111001 |
Color Harmonies of #A7957C
Complementary color
Monochromatic Colors of #A7957C
Black with #A7957C
Text Example
Text Example
White with #A7957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7957C; }
p { color: rgb(167,149,124); }
H1.HeaderClassName
{
color: #A7957C;
}
.AnyTagClassName
{
color: #A7957C;
}
</style>
background-color css
<style>
a { background-color: #A7957C; }
a { background-color: rgb(167,149,124); }
div.DivClassName
{
background-color: #A7957C;
}
.BgClassName
{
background-color: #A7957C;
}
</style>
border-color css
<style>
span { border-color: #A7957C; }
span { border-color: rgb(167,149,124); }
td.TdClassName
{
border-color: #A7957C;
}
.TagClassName
{
border-color: #A7957C;
}
</style>