Shades of Bronco #A0917E
Tints of Bronco #A0917E
RGB
CMYK
RGB Variations
Color information
#A0917E (or 0xA0917E) is known color: Bronco. HEX triplet: A0, 91 and 7E. RGB value is (160,145,126). Sum of RGB (Red+Green+Blue) = 160+145+126=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 160 - color contains mainly: red. Hex color #A0917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0917E is #5F6E81. Grayscale: #939393. Windows color (decimal): -6254210 or 8294816. OLE color: 8294816.
HSL color Cylindrical-coordinate representation of color #A0917E: hue angle of 33.53º 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 #A0917E is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 145 | 126 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.37 |
| HSL | 33.53º | 0.15% | 0.56% | - |
| HSV(B) | 33.53º | 0.21% | 0.63% | - |
| XYZ | 28.39 | 29.23 | 23.88 | - |
| YUV | 147.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 126 | 0 | 0.09 | 0.21 | 0.37 | 33.53 | 0.15 | 0.56 |
| Hex | A0 | 91 | 7E | 0 | 9 | 15 | 25 | 22 | F | 38 |
| Octal | 240 | 221 | 176 | 0 | 11 | 25 | 45 | 42 | 17 | 70 |
| Binary | 10100000 | 10010001 | 1111110 | 0 | 1001 | 10101 | 100101 | 100010 | 1111 | 111000 |
Color Harmonies of #A0917E
Complementary color
Monochromatic Colors of #A0917E
Black with #A0917E
Text Example
Text Example
White with #A0917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0917E; }
p { color: rgb(160,145,126); }
H1.HeaderClassName
{
color: #A0917E;
}
.AnyTagClassName
{
color: #A0917E;
}
</style>
background-color css
<style>
a { background-color: #A0917E; }
a { background-color: rgb(160,145,126); }
div.DivClassName
{
background-color: #A0917E;
}
.BgClassName
{
background-color: #A0917E;
}
</style>
border-color css
<style>
span { border-color: #A0917E; }
span { border-color: rgb(160,145,126); }
td.TdClassName
{
border-color: #A0917E;
}
.TagClassName
{
border-color: #A0917E;
}
</style>