Shades of Bronco #A69477
Tints of Bronco #A69477
RGB
CMYK
RGB Variations
Color information
#A69477 (or 0xA69477) is known color: Bronco. HEX triplet: A6, 94 and 77. RGB value is (166,148,119). Sum of RGB (Red+Green+Blue) = 166+148+119=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A69477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69477 is #596B88. Grayscale: #969696. Windows color (decimal): -5860233 or 7836838. OLE color: 7836838.
HSL color Cylindrical-coordinate representation of color #A69477: hue angle of 37.02º 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 #A69477 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 148 | 119 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.35 |
| HSL | 37.02º | 0.21% | 0.56% | - |
| HSV(B) | 37.02º | 0.28% | 0.65% | - |
| XYZ | 29.65 | 30.62 | 21.8 | - |
| YUV | 150.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 119 | 0 | 0.11 | 0.28 | 0.35 | 37.02 | 0.21 | 0.56 |
| Hex | A6 | 94 | 77 | 0 | B | 1C | 23 | 25 | 15 | 38 |
| Octal | 246 | 224 | 167 | 0 | 13 | 34 | 43 | 45 | 25 | 70 |
| Binary | 10100110 | 10010100 | 1110111 | 0 | 1011 | 11100 | 100011 | 100101 | 10101 | 111000 |
Color Harmonies of #A69477
Complementary color
Monochromatic Colors of #A69477
Black with #A69477
Text Example
Text Example
White with #A69477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69477; }
p { color: rgb(166,148,119); }
H1.HeaderClassName
{
color: #A69477;
}
.AnyTagClassName
{
color: #A69477;
}
</style>
background-color css
<style>
a { background-color: #A69477; }
a { background-color: rgb(166,148,119); }
div.DivClassName
{
background-color: #A69477;
}
.BgClassName
{
background-color: #A69477;
}
</style>
border-color css
<style>
span { border-color: #A69477; }
span { border-color: rgb(166,148,119); }
td.TdClassName
{
border-color: #A69477;
}
.TagClassName
{
border-color: #A69477;
}
</style>