Shades of Bronco #A1937C
Tints of Bronco #A1937C
RGB
CMYK
RGB Variations
Color information
#A1937C (or 0xA1937C) is known color: Bronco. HEX triplet: A1, 93 and 7C. RGB value is (161,147,124). Sum of RGB (Red+Green+Blue) = 161+147+124=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A1937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1937C is #5E6C83. Grayscale: #949494. Windows color (decimal): -6188164 or 8164257. OLE color: 8164257.
HSL color Cylindrical-coordinate representation of color #A1937C: hue angle of 37.3º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1937C is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 147 | 124 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.37 |
| HSL | 37.3º | 0.16% | 0.56% | - |
| HSV(B) | 37.3º | 0.23% | 0.63% | - |
| XYZ | 28.77 | 29.9 | 23.32 | - |
| YUV | 148.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 124 | 0 | 0.09 | 0.23 | 0.37 | 37.3 | 0.16 | 0.56 |
| Hex | A1 | 93 | 7C | 0 | 9 | 17 | 25 | 25 | 10 | 38 |
| Octal | 241 | 223 | 174 | 0 | 11 | 27 | 45 | 45 | 20 | 70 |
| Binary | 10100001 | 10010011 | 1111100 | 0 | 1001 | 10111 | 100101 | 100101 | 10000 | 111000 |
Color Harmonies of #A1937C
Complementary color
Monochromatic Colors of #A1937C
Black with #A1937C
Text Example
Text Example
White with #A1937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1937C; }
p { color: rgb(161,147,124); }
H1.HeaderClassName
{
color: #A1937C;
}
.AnyTagClassName
{
color: #A1937C;
}
</style>
background-color css
<style>
a { background-color: #A1937C; }
a { background-color: rgb(161,147,124); }
div.DivClassName
{
background-color: #A1937C;
}
.BgClassName
{
background-color: #A1937C;
}
</style>
border-color css
<style>
span { border-color: #A1937C; }
span { border-color: rgb(161,147,124); }
td.TdClassName
{
border-color: #A1937C;
}
.TagClassName
{
border-color: #A1937C;
}
</style>