Shades of Bronco #A2957E
Tints of Bronco #A2957E
RGB
CMYK
RGB Variations
Color information
#A2957E (or 0xA2957E) is known color: Bronco. HEX triplet: A2, 95 and 7E. RGB value is (162,149,126). Sum of RGB (Red+Green+Blue) = 162+149+126=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A2957E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2957E is #5D6A81. Grayscale: #969696. Windows color (decimal): -6122114 or 8295842. OLE color: 8295842.
HSL color Cylindrical-coordinate representation of color #A2957E: hue angle of 38.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2957E is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 149 | 126 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.36 |
| HSL | 38.33º | 0.16% | 0.56% | - |
| HSV(B) | 38.33º | 0.22% | 0.64% | - |
| XYZ | 29.41 | 30.68 | 24.11 | - |
| YUV | 150.27 | 114.31 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 126 | 0 | 0.08 | 0.22 | 0.36 | 38.33 | 0.16 | 0.56 |
| Hex | A2 | 95 | 7E | 0 | 8 | 16 | 24 | 26 | 10 | 38 |
| Octal | 242 | 225 | 176 | 0 | 10 | 26 | 44 | 46 | 20 | 70 |
| Binary | 10100010 | 10010101 | 1111110 | 0 | 1000 | 10110 | 100100 | 100110 | 10000 | 111000 |
Color Harmonies of #A2957E
Complementary color
Monochromatic Colors of #A2957E
Black with #A2957E
Text Example
Text Example
White with #A2957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2957E; }
p { color: rgb(162,149,126); }
H1.HeaderClassName
{
color: #A2957E;
}
.AnyTagClassName
{
color: #A2957E;
}
</style>
background-color css
<style>
a { background-color: #A2957E; }
a { background-color: rgb(162,149,126); }
div.DivClassName
{
background-color: #A2957E;
}
.BgClassName
{
background-color: #A2957E;
}
</style>
border-color css
<style>
span { border-color: #A2957E; }
span { border-color: rgb(162,149,126); }
td.TdClassName
{
border-color: #A2957E;
}
.TagClassName
{
border-color: #A2957E;
}
</style>