Shades of Bronco #A79677
Tints of Bronco #A79677
RGB
CMYK
RGB Variations
Color information
#A79677 (or 0xA79677) is known color: Bronco. HEX triplet: A7, 96 and 77. RGB value is (167,150,119). Sum of RGB (Red+Green+Blue) = 167+150+119=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 167 - color contains mainly: red. Hex color #A79677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79677 is #586988. Grayscale: #979797. Windows color (decimal): -5794185 or 7837351. OLE color: 7837351.
HSL color Cylindrical-coordinate representation of color #A79677: hue angle of 38.75º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A79677 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 150 | 119 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.35 |
| HSL | 38.75º | 0.21% | 0.56% | - |
| HSV(B) | 38.75º | 0.29% | 0.65% | - |
| XYZ | 30.17 | 31.36 | 21.92 | - |
| YUV | 151.55 | 109.63 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 150 | 119 | 0 | 0.10 | 0.29 | 0.35 | 38.75 | 0.21 | 0.56 |
| Hex | A7 | 96 | 77 | 0 | A | 1D | 23 | 27 | 15 | 38 |
| Octal | 247 | 226 | 167 | 0 | 12 | 35 | 43 | 47 | 25 | 70 |
| Binary | 10100111 | 10010110 | 1110111 | 0 | 1010 | 11101 | 100011 | 100111 | 10101 | 111000 |
Color Harmonies of #A79677
Complementary color
Monochromatic Colors of #A79677
Black with #A79677
Text Example
Text Example
White with #A79677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79677; }
p { color: rgb(167,150,119); }
H1.HeaderClassName
{
color: #A79677;
}
.AnyTagClassName
{
color: #A79677;
}
</style>
background-color css
<style>
a { background-color: #A79677; }
a { background-color: rgb(167,150,119); }
div.DivClassName
{
background-color: #A79677;
}
.BgClassName
{
background-color: #A79677;
}
</style>
border-color css
<style>
span { border-color: #A79677; }
span { border-color: rgb(167,150,119); }
td.TdClassName
{
border-color: #A79677;
}
.TagClassName
{
border-color: #A79677;
}
</style>