Shades of Bronco #A69279
Tints of Bronco #A69279
RGB
CMYK
RGB Variations
Color information
#A69279 (or 0xA69279) is known color: Bronco. HEX triplet: A6, 92 and 79. RGB value is (166,146,121). Sum of RGB (Red+Green+Blue) = 166+146+121=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A69279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69279 is #596D86. Grayscale: #959595. Windows color (decimal): -5860743 or 7967398. OLE color: 7967398.
HSL color Cylindrical-coordinate representation of color #A69279: hue angle of 33.33º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A69279 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 146 | 121 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.35 |
| HSL | 33.33º | 0.2% | 0.56% | - |
| HSV(B) | 33.33º | 0.27% | 0.65% | - |
| XYZ | 29.46 | 30.05 | 22.34 | - |
| YUV | 149.13 | 112.13 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 121 | 0 | 0.12 | 0.27 | 0.35 | 33.33 | 0.2 | 0.56 |
| Hex | A6 | 92 | 79 | 0 | C | 1B | 23 | 21 | 14 | 38 |
| Octal | 246 | 222 | 171 | 0 | 14 | 33 | 43 | 41 | 24 | 70 |
| Binary | 10100110 | 10010010 | 1111001 | 0 | 1100 | 11011 | 100011 | 100001 | 10100 | 111000 |
Color Harmonies of #A69279
Complementary color
Monochromatic Colors of #A69279
Black with #A69279
Text Example
Text Example
White with #A69279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69279; }
p { color: rgb(166,146,121); }
H1.HeaderClassName
{
color: #A69279;
}
.AnyTagClassName
{
color: #A69279;
}
</style>
background-color css
<style>
a { background-color: #A69279; }
a { background-color: rgb(166,146,121); }
div.DivClassName
{
background-color: #A69279;
}
.BgClassName
{
background-color: #A69279;
}
</style>
border-color css
<style>
span { border-color: #A69279; }
span { border-color: rgb(166,146,121); }
td.TdClassName
{
border-color: #A69279;
}
.TagClassName
{
border-color: #A69279;
}
</style>