Shades of Bronco #A0937E
Tints of Bronco #A0937E
RGB
CMYK
RGB Variations
Color information
#A0937E (or 0xA0937E) is known color: Bronco. HEX triplet: A0, 93 and 7E. RGB value is (160,147,126). Sum of RGB (Red+Green+Blue) = 160+147+126=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A0937E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0937E is #5F6C81. Grayscale: #949494. Windows color (decimal): -6253698 or 8295328. OLE color: 8295328.
HSL color Cylindrical-coordinate representation of color #A0937E: hue angle of 37.06º 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 #A0937E is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 147 | 126 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.37 |
| HSL | 37.06º | 0.15% | 0.56% | - |
| HSV(B) | 37.06º | 0.21% | 0.63% | - |
| XYZ | 28.7 | 29.85 | 23.99 | - |
| YUV | 148.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 126 | 0 | 0.08 | 0.21 | 0.37 | 37.06 | 0.15 | 0.56 |
| Hex | A0 | 93 | 7E | 0 | 8 | 15 | 25 | 25 | F | 38 |
| Octal | 240 | 223 | 176 | 0 | 10 | 25 | 45 | 45 | 17 | 70 |
| Binary | 10100000 | 10010011 | 1111110 | 0 | 1000 | 10101 | 100101 | 100101 | 1111 | 111000 |
Color Harmonies of #A0937E
Complementary color
Monochromatic Colors of #A0937E
Black with #A0937E
Text Example
Text Example
White with #A0937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0937E; }
p { color: rgb(160,147,126); }
H1.HeaderClassName
{
color: #A0937E;
}
.AnyTagClassName
{
color: #A0937E;
}
</style>
background-color css
<style>
a { background-color: #A0937E; }
a { background-color: rgb(160,147,126); }
div.DivClassName
{
background-color: #A0937E;
}
.BgClassName
{
background-color: #A0937E;
}
</style>
border-color css
<style>
span { border-color: #A0937E; }
span { border-color: rgb(160,147,126); }
td.TdClassName
{
border-color: #A0937E;
}
.TagClassName
{
border-color: #A0937E;
}
</style>