Shades of Bronco #A8967C
Tints of Bronco #A8967C
RGB
CMYK
RGB Variations
Color information
#A8967C (or 0xA8967C) is known color: Bronco. HEX triplet: A8, 96 and 7C. RGB value is (168,150,124). Sum of RGB (Red+Green+Blue) = 168+150+124=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 168 - color contains mainly: red. Hex color #A8967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8967C is #576983. Grayscale: #989898. Windows color (decimal): -5728644 or 8165032. OLE color: 8165032.
HSL color Cylindrical-coordinate representation of color #A8967C: hue angle of 35.45º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8967C is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 150 | 124 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.34 |
| HSL | 35.45º | 0.2% | 0.57% | - |
| HSV(B) | 35.45º | 0.26% | 0.66% | - |
| XYZ | 30.69 | 31.59 | 23.55 | - |
| YUV | 152.42 | 111.96 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 124 | 0 | 0.11 | 0.26 | 0.34 | 35.45 | 0.2 | 0.57 |
| Hex | A8 | 96 | 7C | 0 | B | 1A | 22 | 23 | 14 | 39 |
| Octal | 250 | 226 | 174 | 0 | 13 | 32 | 42 | 43 | 24 | 71 |
| Binary | 10101000 | 10010110 | 1111100 | 0 | 1011 | 11010 | 100010 | 100011 | 10100 | 111001 |
Color Harmonies of #A8967C
Complementary color
Monochromatic Colors of #A8967C
Black with #A8967C
Text Example
Text Example
White with #A8967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8967C; }
p { color: rgb(168,150,124); }
H1.HeaderClassName
{
color: #A8967C;
}
.AnyTagClassName
{
color: #A8967C;
}
</style>
background-color css
<style>
a { background-color: #A8967C; }
a { background-color: rgb(168,150,124); }
div.DivClassName
{
background-color: #A8967C;
}
.BgClassName
{
background-color: #A8967C;
}
</style>
border-color css
<style>
span { border-color: #A8967C; }
span { border-color: rgb(168,150,124); }
td.TdClassName
{
border-color: #A8967C;
}
.TagClassName
{
border-color: #A8967C;
}
</style>