Shades of Bronco #A69881
Tints of Bronco #A69881
RGB
CMYK
RGB Variations
Color information
#A69881 (or 0xA69881) is known color: Bronco. HEX triplet: A6, 98 and 81. RGB value is (166,152,129). Sum of RGB (Red+Green+Blue) = 166+152+129=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 166 - color contains mainly: red. Hex color #A69881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69881 is #59677E. Grayscale: #999999. Windows color (decimal): -5859199 or 8493222. OLE color: 8493222.
HSL color Cylindrical-coordinate representation of color #A69881: hue angle of 37.3º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A69881 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 152 | 129 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.35 |
| HSL | 37.3º | 0.17% | 0.58% | - |
| HSV(B) | 37.3º | 0.22% | 0.65% | - |
| XYZ | 30.92 | 32.15 | 25.34 | - |
| YUV | 153.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 129 | 0 | 0.08 | 0.22 | 0.35 | 37.3 | 0.17 | 0.58 |
| Hex | A6 | 98 | 81 | 0 | 8 | 16 | 23 | 25 | 11 | 3A |
| Octal | 246 | 230 | 201 | 0 | 10 | 26 | 43 | 45 | 21 | 72 |
| Binary | 10100110 | 10011000 | 10000001 | 0 | 1000 | 10110 | 100011 | 100101 | 10001 | 111010 |
Color Harmonies of #A69881
Complementary color
Monochromatic Colors of #A69881
Black with #A69881
Text Example
Text Example
White with #A69881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69881; }
p { color: rgb(166,152,129); }
H1.HeaderClassName
{
color: #A69881;
}
.AnyTagClassName
{
color: #A69881;
}
</style>
background-color css
<style>
a { background-color: #A69881; }
a { background-color: rgb(166,152,129); }
div.DivClassName
{
background-color: #A69881;
}
.BgClassName
{
background-color: #A69881;
}
</style>
border-color css
<style>
span { border-color: #A69881; }
span { border-color: rgb(166,152,129); }
td.TdClassName
{
border-color: #A69881;
}
.TagClassName
{
border-color: #A69881;
}
</style>