Shades of Bronco #A79A80
Tints of Bronco #A79A80
RGB
CMYK
RGB Variations
Color information
#A79A80 (or 0xA79A80) is known color: Bronco. HEX triplet: A7, 9A and 80. RGB value is (167,154,128). Sum of RGB (Red+Green+Blue) = 167+154+128=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 167 - color contains mainly: red. Hex color #A79A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79A80 is #58657F. Grayscale: #9B9B9B. Windows color (decimal): -5793152 or 8428199. OLE color: 8428199.
HSL color Cylindrical-coordinate representation of color #A79A80: hue angle of 40º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A79A80 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 154 | 128 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.35 |
| HSL | 40º | 0.18% | 0.58% | - |
| HSV(B) | 40º | 0.23% | 0.65% | - |
| XYZ | 31.39 | 32.89 | 25.12 | - |
| YUV | 154.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 154 | 128 | 0 | 0.08 | 0.23 | 0.35 | 40 | 0.18 | 0.58 |
| Hex | A7 | 9A | 80 | 0 | 8 | 17 | 23 | 28 | 12 | 3A |
| Octal | 247 | 232 | 200 | 0 | 10 | 27 | 43 | 50 | 22 | 72 |
| Binary | 10100111 | 10011010 | 10000000 | 0 | 1000 | 10111 | 100011 | 101000 | 10010 | 111010 |
Color Harmonies of #A79A80
Complementary color
Monochromatic Colors of #A79A80
Black with #A79A80
Text Example
Text Example
White with #A79A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79A80; }
p { color: rgb(167,154,128); }
H1.HeaderClassName
{
color: #A79A80;
}
.AnyTagClassName
{
color: #A79A80;
}
</style>
background-color css
<style>
a { background-color: #A79A80; }
a { background-color: rgb(167,154,128); }
div.DivClassName
{
background-color: #A79A80;
}
.BgClassName
{
background-color: #A79A80;
}
</style>
border-color css
<style>
span { border-color: #A79A80; }
span { border-color: rgb(167,154,128); }
td.TdClassName
{
border-color: #A79A80;
}
.TagClassName
{
border-color: #A79A80;
}
</style>