Shades of Bronco #A99782
Tints of Bronco #A99782
RGB
CMYK
RGB Variations
Color information
#A99782 (or 0xA99782) is known color: Bronco. HEX triplet: A9, 97 and 82. RGB value is (169,151,130). Sum of RGB (Red+Green+Blue) = 169+151+130=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 169 - color contains mainly: red. Hex color #A99782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99782 is #56687D. Grayscale: #9A9A9A. Windows color (decimal): -5662846 or 8558505. OLE color: 8558505.
HSL color Cylindrical-coordinate representation of color #A99782: hue angle of 32.31º 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 #A99782 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 151 | 130 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.34 |
| HSL | 32.31º | 0.18% | 0.59% | - |
| HSV(B) | 32.31º | 0.23% | 0.66% | - |
| XYZ | 31.46 | 32.18 | 25.67 | - |
| YUV | 153.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 130 | 0 | 0.11 | 0.23 | 0.34 | 32.31 | 0.18 | 0.59 |
| Hex | A9 | 97 | 82 | 0 | B | 17 | 22 | 20 | 12 | 3B |
| Octal | 251 | 227 | 202 | 0 | 13 | 27 | 42 | 40 | 22 | 73 |
| Binary | 10101001 | 10010111 | 10000010 | 0 | 1011 | 10111 | 100010 | 100000 | 10010 | 111011 |
Color Harmonies of #A99782
Complementary color
Monochromatic Colors of #A99782
Black with #A99782
Text Example
Text Example
White with #A99782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99782; }
p { color: rgb(169,151,130); }
H1.HeaderClassName
{
color: #A99782;
}
.AnyTagClassName
{
color: #A99782;
}
</style>
background-color css
<style>
a { background-color: #A99782; }
a { background-color: rgb(169,151,130); }
div.DivClassName
{
background-color: #A99782;
}
.BgClassName
{
background-color: #A99782;
}
</style>
border-color css
<style>
span { border-color: #A99782; }
span { border-color: rgb(169,151,130); }
td.TdClassName
{
border-color: #A99782;
}
.TagClassName
{
border-color: #A99782;
}
</style>