Shades of Bronco #A99676
Tints of Bronco #A99676
RGB
CMYK
RGB Variations
Color information
#A99676 (or 0xA99676) is known color: Bronco. HEX triplet: A9, 96 and 76. RGB value is (169,150,118). Sum of RGB (Red+Green+Blue) = 169+150+118=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A99676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99676 is #566989. Grayscale: #989898. Windows color (decimal): -5663114 or 7771817. OLE color: 7771817.
HSL color Cylindrical-coordinate representation of color #A99676: hue angle of 37.65º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A99676 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 118 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.34 |
| HSL | 37.65º | 0.23% | 0.56% | - |
| HSV(B) | 37.65º | 0.3% | 0.66% | - |
| XYZ | 30.54 | 31.56 | 21.62 | - |
| YUV | 152.03 | 108.79 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 118 | 0 | 0.11 | 0.30 | 0.34 | 37.65 | 0.23 | 0.56 |
| Hex | A9 | 96 | 76 | 0 | B | 1E | 22 | 26 | 17 | 38 |
| Octal | 251 | 226 | 166 | 0 | 13 | 36 | 42 | 46 | 27 | 70 |
| Binary | 10101001 | 10010110 | 1110110 | 0 | 1011 | 11110 | 100010 | 100110 | 10111 | 111000 |
Color Harmonies of #A99676
Complementary color
Monochromatic Colors of #A99676
Black with #A99676
Text Example
Text Example
White with #A99676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99676; }
p { color: rgb(169,150,118); }
H1.HeaderClassName
{
color: #A99676;
}
.AnyTagClassName
{
color: #A99676;
}
</style>
background-color css
<style>
a { background-color: #A99676; }
a { background-color: rgb(169,150,118); }
div.DivClassName
{
background-color: #A99676;
}
.BgClassName
{
background-color: #A99676;
}
</style>
border-color css
<style>
span { border-color: #A99676; }
span { border-color: rgb(169,150,118); }
td.TdClassName
{
border-color: #A99676;
}
.TagClassName
{
border-color: #A99676;
}
</style>