Shades of Bronco #A2947F
Tints of Bronco #A2947F
RGB
CMYK
RGB Variations
Color information
#A2947F (or 0xA2947F) is known color: Bronco. HEX triplet: A2, 94 and 7F. RGB value is (162,148,127). Sum of RGB (Red+Green+Blue) = 162+148+127=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A2947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2947F is #5D6B80. Grayscale: #959595. Windows color (decimal): -6122369 or 8361122. OLE color: 8361122.
HSL color Cylindrical-coordinate representation of color #A2947F: hue angle of 36º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2947F is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 148 | 127 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.36 |
| HSL | 36º | 0.16% | 0.57% | - |
| HSV(B) | 36º | 0.22% | 0.64% | - |
| XYZ | 29.32 | 30.39 | 24.4 | - |
| YUV | 149.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 148 | 127 | 0 | 0.09 | 0.22 | 0.36 | 36 | 0.16 | 0.57 |
| Hex | A2 | 94 | 7F | 0 | 9 | 16 | 24 | 24 | 10 | 39 |
| Octal | 242 | 224 | 177 | 0 | 11 | 26 | 44 | 44 | 20 | 71 |
| Binary | 10100010 | 10010100 | 1111111 | 0 | 1001 | 10110 | 100100 | 100100 | 10000 | 111001 |
Color Harmonies of #A2947F
Complementary color
Monochromatic Colors of #A2947F
Black with #A2947F
Text Example
Text Example
White with #A2947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2947F; }
p { color: rgb(162,148,127); }
H1.HeaderClassName
{
color: #A2947F;
}
.AnyTagClassName
{
color: #A2947F;
}
</style>
background-color css
<style>
a { background-color: #A2947F; }
a { background-color: rgb(162,148,127); }
div.DivClassName
{
background-color: #A2947F;
}
.BgClassName
{
background-color: #A2947F;
}
</style>
border-color css
<style>
span { border-color: #A2947F; }
span { border-color: rgb(162,148,127); }
td.TdClassName
{
border-color: #A2947F;
}
.TagClassName
{
border-color: #A2947F;
}
</style>