Shades of Bronco #A1937F
Tints of Bronco #A1937F
RGB
CMYK
RGB Variations
Color information
#A1937F (or 0xA1937F) is known color: Bronco. HEX triplet: A1, 93 and 7F. RGB value is (161,147,127). Sum of RGB (Red+Green+Blue) = 161+147+127=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A1937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1937F is #5E6C80. Grayscale: #949494. Windows color (decimal): -6188161 or 8360865. OLE color: 8360865.
HSL color Cylindrical-coordinate representation of color #A1937F: hue angle of 35.29º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1937F is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 147 | 127 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.37 |
| HSL | 35.29º | 0.15% | 0.56% | - |
| HSV(B) | 35.29º | 0.21% | 0.63% | - |
| XYZ | 28.96 | 29.98 | 24.34 | - |
| YUV | 148.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 127 | 0 | 0.09 | 0.21 | 0.37 | 35.29 | 0.15 | 0.56 |
| Hex | A1 | 93 | 7F | 0 | 9 | 15 | 25 | 23 | F | 38 |
| Octal | 241 | 223 | 177 | 0 | 11 | 25 | 45 | 43 | 17 | 70 |
| Binary | 10100001 | 10010011 | 1111111 | 0 | 1001 | 10101 | 100101 | 100011 | 1111 | 111000 |
Color Harmonies of #A1937F
Complementary color
Monochromatic Colors of #A1937F
Black with #A1937F
Text Example
Text Example
White with #A1937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1937F; }
p { color: rgb(161,147,127); }
H1.HeaderClassName
{
color: #A1937F;
}
.AnyTagClassName
{
color: #A1937F;
}
</style>
background-color css
<style>
a { background-color: #A1937F; }
a { background-color: rgb(161,147,127); }
div.DivClassName
{
background-color: #A1937F;
}
.BgClassName
{
background-color: #A1937F;
}
</style>
border-color css
<style>
span { border-color: #A1937F; }
span { border-color: rgb(161,147,127); }
td.TdClassName
{
border-color: #A1937F;
}
.TagClassName
{
border-color: #A1937F;
}
</style>