Shades of Bronco #A1957E
Tints of Bronco #A1957E
RGB
CMYK
RGB Variations
Color information
#A1957E (or 0xA1957E) is known color: Bronco. HEX triplet: A1, 95 and 7E. RGB value is (161,149,126). Sum of RGB (Red+Green+Blue) = 161+149+126=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 161 - color contains mainly: red. Hex color #A1957E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1957E is #5E6A81. Grayscale: #969696. Windows color (decimal): -6187650 or 8295841. OLE color: 8295841.
HSL color Cylindrical-coordinate representation of color #A1957E: hue angle of 39.43º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1957E is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 149 | 126 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.37 |
| HSL | 39.43º | 0.16% | 0.56% | - |
| HSV(B) | 39.43º | 0.22% | 0.63% | - |
| XYZ | 29.21 | 30.58 | 24.1 | - |
| YUV | 149.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 126 | 0 | 0.07 | 0.22 | 0.37 | 39.43 | 0.16 | 0.56 |
| Hex | A1 | 95 | 7E | 0 | 7 | 16 | 25 | 27 | 10 | 38 |
| Octal | 241 | 225 | 176 | 0 | 7 | 26 | 45 | 47 | 20 | 70 |
| Binary | 10100001 | 10010101 | 1111110 | 0 | 111 | 10110 | 100101 | 100111 | 10000 | 111000 |
Color Harmonies of #A1957E
Complementary color
Monochromatic Colors of #A1957E
Black with #A1957E
Text Example
Text Example
White with #A1957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1957E; }
p { color: rgb(161,149,126); }
H1.HeaderClassName
{
color: #A1957E;
}
.AnyTagClassName
{
color: #A1957E;
}
</style>
background-color css
<style>
a { background-color: #A1957E; }
a { background-color: rgb(161,149,126); }
div.DivClassName
{
background-color: #A1957E;
}
.BgClassName
{
background-color: #A1957E;
}
</style>
border-color css
<style>
span { border-color: #A1957E; }
span { border-color: rgb(161,149,126); }
td.TdClassName
{
border-color: #A1957E;
}
.TagClassName
{
border-color: #A1957E;
}
</style>