Shades of Bronco #A99376
Tints of Bronco #A99376
RGB
CMYK
RGB Variations
Color information
#A99376 (or 0xA99376) is known color: Bronco. HEX triplet: A9, 93 and 76. RGB value is (169,147,118). Sum of RGB (Red+Green+Blue) = 169+147+118=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 169 - color contains mainly: red. Hex color #A99376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99376 is #566C89. Grayscale: #969696. Windows color (decimal): -5663882 or 7771049. OLE color: 7771049.
HSL color Cylindrical-coordinate representation of color #A99376: hue angle of 34.12º 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 #A99376 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 147 | 118 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.34 |
| HSL | 34.12º | 0.23% | 0.56% | - |
| HSV(B) | 34.12º | 0.3% | 0.66% | - |
| XYZ | 30.07 | 30.61 | 21.46 | - |
| YUV | 150.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 147 | 118 | 0 | 0.13 | 0.30 | 0.34 | 34.12 | 0.23 | 0.56 |
| Hex | A9 | 93 | 76 | 0 | D | 1E | 22 | 22 | 17 | 38 |
| Octal | 251 | 223 | 166 | 0 | 15 | 36 | 42 | 42 | 27 | 70 |
| Binary | 10101001 | 10010011 | 1110110 | 0 | 1101 | 11110 | 100010 | 100010 | 10111 | 111000 |
Color Harmonies of #A99376
Complementary color
Monochromatic Colors of #A99376
Black with #A99376
Text Example
Text Example
White with #A99376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99376; }
p { color: rgb(169,147,118); }
H1.HeaderClassName
{
color: #A99376;
}
.AnyTagClassName
{
color: #A99376;
}
</style>
background-color css
<style>
a { background-color: #A99376; }
a { background-color: rgb(169,147,118); }
div.DivClassName
{
background-color: #A99376;
}
.BgClassName
{
background-color: #A99376;
}
</style>
border-color css
<style>
span { border-color: #A99376; }
span { border-color: rgb(169,147,118); }
td.TdClassName
{
border-color: #A99376;
}
.TagClassName
{
border-color: #A99376;
}
</style>