Shades of Bronco #A99682
Tints of Bronco #A99682
RGB
CMYK
RGB Variations
Color information
#A99682 (or 0xA99682) is known color: Bronco. HEX triplet: A9, 96 and 82. RGB value is (169,150,130). Sum of RGB (Red+Green+Blue) = 169+150+130=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 169 - color contains mainly: red. Hex color #A99682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99682 is #56697D. Grayscale: #999999. Windows color (decimal): -5663102 or 8558249. OLE color: 8558249.
HSL color Cylindrical-coordinate representation of color #A99682: hue angle of 30.77º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A99682 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 130 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.34 |
| HSL | 30.77º | 0.18% | 0.59% | - |
| HSV(B) | 30.77º | 0.23% | 0.66% | - |
| XYZ | 31.3 | 31.86 | 25.62 | - |
| YUV | 153.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 130 | 0 | 0.11 | 0.23 | 0.34 | 30.77 | 0.18 | 0.59 |
| Hex | A9 | 96 | 82 | 0 | B | 17 | 22 | 1F | 12 | 3B |
| Octal | 251 | 226 | 202 | 0 | 13 | 27 | 42 | 37 | 22 | 73 |
| Binary | 10101001 | 10010110 | 10000010 | 0 | 1011 | 10111 | 100010 | 11111 | 10010 | 111011 |
Color Harmonies of #A99682
Complementary color
Monochromatic Colors of #A99682
Black with #A99682
Text Example
Text Example
White with #A99682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99682; }
p { color: rgb(169,150,130); }
H1.HeaderClassName
{
color: #A99682;
}
.AnyTagClassName
{
color: #A99682;
}
</style>
background-color css
<style>
a { background-color: #A99682; }
a { background-color: rgb(169,150,130); }
div.DivClassName
{
background-color: #A99682;
}
.BgClassName
{
background-color: #A99682;
}
</style>
border-color css
<style>
span { border-color: #A99682; }
span { border-color: rgb(169,150,130); }
td.TdClassName
{
border-color: #A99682;
}
.TagClassName
{
border-color: #A99682;
}
</style>