Shades of Bronco #A0947D
Tints of Bronco #A0947D
RGB
CMYK
RGB Variations
Color information
#A0947D (or 0xA0947D) is known color: Bronco. HEX triplet: A0, 94 and 7D. RGB value is (160,148,125). Sum of RGB (Red+Green+Blue) = 160+148+125=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A0947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0947D is #5F6B82. Grayscale: #959595. Windows color (decimal): -6253443 or 8230048. OLE color: 8230048.
HSL color Cylindrical-coordinate representation of color #A0947D: hue angle of 39.43º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0947D is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 148 | 125 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.37 |
| HSL | 39.43º | 0.16% | 0.56% | - |
| HSV(B) | 39.43º | 0.22% | 0.63% | - |
| XYZ | 28.79 | 30.13 | 23.7 | - |
| YUV | 148.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 148 | 125 | 0 | 0.07 | 0.22 | 0.37 | 39.43 | 0.16 | 0.56 |
| Hex | A0 | 94 | 7D | 0 | 7 | 16 | 25 | 27 | 10 | 38 |
| Octal | 240 | 224 | 175 | 0 | 7 | 26 | 45 | 47 | 20 | 70 |
| Binary | 10100000 | 10010100 | 1111101 | 0 | 111 | 10110 | 100101 | 100111 | 10000 | 111000 |
Color Harmonies of #A0947D
Complementary color
Monochromatic Colors of #A0947D
Black with #A0947D
Text Example
Text Example
White with #A0947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0947D; }
p { color: rgb(160,148,125); }
H1.HeaderClassName
{
color: #A0947D;
}
.AnyTagClassName
{
color: #A0947D;
}
</style>
background-color css
<style>
a { background-color: #A0947D; }
a { background-color: rgb(160,148,125); }
div.DivClassName
{
background-color: #A0947D;
}
.BgClassName
{
background-color: #A0947D;
}
</style>
border-color css
<style>
span { border-color: #A0947D; }
span { border-color: rgb(160,148,125); }
td.TdClassName
{
border-color: #A0947D;
}
.TagClassName
{
border-color: #A0947D;
}
</style>