Shades of Bronco #A79179
Tints of Bronco #A79179
RGB
CMYK
RGB Variations
Color information
#A79179 (or 0xA79179) is known color: Bronco. HEX triplet: A7, 91 and 79. RGB value is (167,145,121). Sum of RGB (Red+Green+Blue) = 167+145+121=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 167 - color contains mainly: red. Hex color #A79179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79179 is #586E86. Grayscale: #949494. Windows color (decimal): -5795463 or 7967143. OLE color: 7967143.
HSL color Cylindrical-coordinate representation of color #A79179: hue angle of 31.3º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A79179 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 145 | 121 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.35 |
| HSL | 31.3º | 0.21% | 0.56% | - |
| HSV(B) | 31.3º | 0.28% | 0.65% | - |
| XYZ | 29.51 | 29.85 | 22.29 | - |
| YUV | 148.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 145 | 121 | 0 | 0.13 | 0.28 | 0.35 | 31.3 | 0.21 | 0.56 |
| Hex | A7 | 91 | 79 | 0 | D | 1C | 23 | 1F | 15 | 38 |
| Octal | 247 | 221 | 171 | 0 | 15 | 34 | 43 | 37 | 25 | 70 |
| Binary | 10100111 | 10010001 | 1111001 | 0 | 1101 | 11100 | 100011 | 11111 | 10101 | 111000 |
Color Harmonies of #A79179
Complementary color
Monochromatic Colors of #A79179
Black with #A79179
Text Example
Text Example
White with #A79179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79179; }
p { color: rgb(167,145,121); }
H1.HeaderClassName
{
color: #A79179;
}
.AnyTagClassName
{
color: #A79179;
}
</style>
background-color css
<style>
a { background-color: #A79179; }
a { background-color: rgb(167,145,121); }
div.DivClassName
{
background-color: #A79179;
}
.BgClassName
{
background-color: #A79179;
}
</style>
border-color css
<style>
span { border-color: #A79179; }
span { border-color: rgb(167,145,121); }
td.TdClassName
{
border-color: #A79179;
}
.TagClassName
{
border-color: #A79179;
}
</style>