Shades of Bronco #A89279
Tints of Bronco #A89279
RGB
CMYK
RGB Variations
Color information
#A89279 (or 0xA89279) is known color: Bronco. HEX triplet: A8, 92 and 79. RGB value is (168,146,121). Sum of RGB (Red+Green+Blue) = 168+146+121=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A89279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89279 is #576D86. Grayscale: #959595. Windows color (decimal): -5729671 or 7967400. OLE color: 7967400.
HSL color Cylindrical-coordinate representation of color #A89279: hue angle of 31.91º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A89279 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 121 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.34 |
| HSL | 31.91º | 0.21% | 0.57% | - |
| HSV(B) | 31.91º | 0.28% | 0.66% | - |
| XYZ | 29.88 | 30.26 | 22.36 | - |
| YUV | 149.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 121 | 0 | 0.13 | 0.28 | 0.34 | 31.91 | 0.21 | 0.57 |
| Hex | A8 | 92 | 79 | 0 | D | 1C | 22 | 20 | 15 | 39 |
| Octal | 250 | 222 | 171 | 0 | 15 | 34 | 42 | 40 | 25 | 71 |
| Binary | 10101000 | 10010010 | 1111001 | 0 | 1101 | 11100 | 100010 | 100000 | 10101 | 111001 |
Color Harmonies of #A89279
Complementary color
Monochromatic Colors of #A89279
Black with #A89279
Text Example
Text Example
White with #A89279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89279; }
p { color: rgb(168,146,121); }
H1.HeaderClassName
{
color: #A89279;
}
.AnyTagClassName
{
color: #A89279;
}
</style>
background-color css
<style>
a { background-color: #A89279; }
a { background-color: rgb(168,146,121); }
div.DivClassName
{
background-color: #A89279;
}
.BgClassName
{
background-color: #A89279;
}
</style>
border-color css
<style>
span { border-color: #A89279; }
span { border-color: rgb(168,146,121); }
td.TdClassName
{
border-color: #A89279;
}
.TagClassName
{
border-color: #A89279;
}
</style>