Shades of Bronco #A2917D
Tints of Bronco #A2917D
RGB
CMYK
RGB Variations
Color information
#A2917D (or 0xA2917D) is known color: Bronco. HEX triplet: A2, 91 and 7D. RGB value is (162,145,125). Sum of RGB (Red+Green+Blue) = 162+145+125=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 162 - color contains mainly: red. Hex color #A2917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2917D is #5D6E82. Grayscale: #939393. Windows color (decimal): -6123139 or 8229282. OLE color: 8229282.
HSL color Cylindrical-coordinate representation of color #A2917D: hue angle of 32.43º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2917D is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 145 | 125 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.36 |
| HSL | 32.43º | 0.17% | 0.56% | - |
| HSV(B) | 32.43º | 0.23% | 0.64% | - |
| XYZ | 28.73 | 29.41 | 23.57 | - |
| YUV | 147.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 125 | 0 | 0.10 | 0.23 | 0.36 | 32.43 | 0.17 | 0.56 |
| Hex | A2 | 91 | 7D | 0 | A | 17 | 24 | 20 | 11 | 38 |
| Octal | 242 | 221 | 175 | 0 | 12 | 27 | 44 | 40 | 21 | 70 |
| Binary | 10100010 | 10010001 | 1111101 | 0 | 1010 | 10111 | 100100 | 100000 | 10001 | 111000 |
Color Harmonies of #A2917D
Complementary color
Monochromatic Colors of #A2917D
Black with #A2917D
Text Example
Text Example
White with #A2917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2917D; }
p { color: rgb(162,145,125); }
H1.HeaderClassName
{
color: #A2917D;
}
.AnyTagClassName
{
color: #A2917D;
}
</style>
background-color css
<style>
a { background-color: #A2917D; }
a { background-color: rgb(162,145,125); }
div.DivClassName
{
background-color: #A2917D;
}
.BgClassName
{
background-color: #A2917D;
}
</style>
border-color css
<style>
span { border-color: #A2917D; }
span { border-color: rgb(162,145,125); }
td.TdClassName
{
border-color: #A2917D;
}
.TagClassName
{
border-color: #A2917D;
}
</style>