Shades of Bronco #A69476
Tints of Bronco #A69476
RGB
CMYK
RGB Variations
Color information
#A69476 (or 0xA69476) is known color: Bronco. HEX triplet: A6, 94 and 76. RGB value is (166,148,118). Sum of RGB (Red+Green+Blue) = 166+148+118=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A69476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69476 is #596B89. Grayscale: #969696. Windows color (decimal): -5860234 or 7771302. OLE color: 7771302.
HSL color Cylindrical-coordinate representation of color #A69476: hue angle of 37.5º 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 #A69476 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 148 | 118 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.35 |
| HSL | 37.5º | 0.21% | 0.56% | - |
| HSV(B) | 37.5º | 0.29% | 0.65% | - |
| XYZ | 29.59 | 30.59 | 21.49 | - |
| YUV | 149.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 118 | 0 | 0.11 | 0.29 | 0.35 | 37.5 | 0.21 | 0.56 |
| Hex | A6 | 94 | 76 | 0 | B | 1D | 23 | 26 | 15 | 38 |
| Octal | 246 | 224 | 166 | 0 | 13 | 35 | 43 | 46 | 25 | 70 |
| Binary | 10100110 | 10010100 | 1110110 | 0 | 1011 | 11101 | 100011 | 100110 | 10101 | 111000 |
Color Harmonies of #A69476
Complementary color
Monochromatic Colors of #A69476
Black with #A69476
Text Example
Text Example
White with #A69476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69476; }
p { color: rgb(166,148,118); }
H1.HeaderClassName
{
color: #A69476;
}
.AnyTagClassName
{
color: #A69476;
}
</style>
background-color css
<style>
a { background-color: #A69476; }
a { background-color: rgb(166,148,118); }
div.DivClassName
{
background-color: #A69476;
}
.BgClassName
{
background-color: #A69476;
}
</style>
border-color css
<style>
span { border-color: #A69476; }
span { border-color: rgb(166,148,118); }
td.TdClassName
{
border-color: #A69476;
}
.TagClassName
{
border-color: #A69476;
}
</style>