Shades of Bronco #A9937A
Tints of Bronco #A9937A
RGB
CMYK
RGB Variations
Color information
#A9937A (or 0xA9937A) is known color: Bronco. HEX triplet: A9, 93 and 7A. RGB value is (169,147,122). Sum of RGB (Red+Green+Blue) = 169+147+122=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 169 - color contains mainly: red. Hex color #A9937A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9937A is #566C85. Grayscale: #969696. Windows color (decimal): -5663878 or 8033193. OLE color: 8033193.
HSL color Cylindrical-coordinate representation of color #A9937A: hue angle of 31.91º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9937A is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 147 | 122 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.34 |
| HSL | 31.91º | 0.21% | 0.57% | - |
| HSV(B) | 31.91º | 0.28% | 0.66% | - |
| XYZ | 30.31 | 30.71 | 22.74 | - |
| YUV | 150.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 147 | 122 | 0 | 0.13 | 0.28 | 0.34 | 31.91 | 0.21 | 0.57 |
| Hex | A9 | 93 | 7A | 0 | D | 1C | 22 | 20 | 15 | 39 |
| Octal | 251 | 223 | 172 | 0 | 15 | 34 | 42 | 40 | 25 | 71 |
| Binary | 10101001 | 10010011 | 1111010 | 0 | 1101 | 11100 | 100010 | 100000 | 10101 | 111001 |
Color Harmonies of #A9937A
Complementary color
Monochromatic Colors of #A9937A
Black with #A9937A
Text Example
Text Example
White with #A9937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9937A; }
p { color: rgb(169,147,122); }
H1.HeaderClassName
{
color: #A9937A;
}
.AnyTagClassName
{
color: #A9937A;
}
</style>
background-color css
<style>
a { background-color: #A9937A; }
a { background-color: rgb(169,147,122); }
div.DivClassName
{
background-color: #A9937A;
}
.BgClassName
{
background-color: #A9937A;
}
</style>
border-color css
<style>
span { border-color: #A9937A; }
span { border-color: rgb(169,147,122); }
td.TdClassName
{
border-color: #A9937A;
}
.TagClassName
{
border-color: #A9937A;
}
</style>