Shades of Bronco #A79479
Tints of Bronco #A79479
RGB
CMYK
RGB Variations
Color information
#A79479 (or 0xA79479) is known color: Bronco. HEX triplet: A7, 94 and 79. RGB value is (167,148,121). Sum of RGB (Red+Green+Blue) = 167+148+121=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 167 - color contains mainly: red. Hex color #A79479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79479 is #586B86. Grayscale: #969696. Windows color (decimal): -5794695 or 7967911. OLE color: 7967911.
HSL color Cylindrical-coordinate representation of color #A79479: hue angle of 35.22º 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 #A79479 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 148 | 121 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.35 |
| HSL | 35.22º | 0.21% | 0.56% | - |
| HSV(B) | 35.22º | 0.28% | 0.65% | - |
| XYZ | 29.98 | 30.78 | 22.45 | - |
| YUV | 150.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 148 | 121 | 0 | 0.11 | 0.28 | 0.35 | 35.22 | 0.21 | 0.56 |
| Hex | A7 | 94 | 79 | 0 | B | 1C | 23 | 23 | 15 | 38 |
| Octal | 247 | 224 | 171 | 0 | 13 | 34 | 43 | 43 | 25 | 70 |
| Binary | 10100111 | 10010100 | 1111001 | 0 | 1011 | 11100 | 100011 | 100011 | 10101 | 111000 |
Color Harmonies of #A79479
Complementary color
Monochromatic Colors of #A79479
Black with #A79479
Text Example
Text Example
White with #A79479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79479; }
p { color: rgb(167,148,121); }
H1.HeaderClassName
{
color: #A79479;
}
.AnyTagClassName
{
color: #A79479;
}
</style>
background-color css
<style>
a { background-color: #A79479; }
a { background-color: rgb(167,148,121); }
div.DivClassName
{
background-color: #A79479;
}
.BgClassName
{
background-color: #A79479;
}
</style>
border-color css
<style>
span { border-color: #A79479; }
span { border-color: rgb(167,148,121); }
td.TdClassName
{
border-color: #A79479;
}
.TagClassName
{
border-color: #A79479;
}
</style>