Shades of Bronco #A9957B
Tints of Bronco #A9957B
RGB
CMYK
RGB Variations
Color information
#A9957B (or 0xA9957B) is known color: Bronco. HEX triplet: A9, 95 and 7B. RGB value is (169,149,123). Sum of RGB (Red+Green+Blue) = 169+149+123=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 169 - color contains mainly: red. Hex color #A9957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9957B is #566A84. Grayscale: #989898. Windows color (decimal): -5663365 or 8099241. OLE color: 8099241.
HSL color Cylindrical-coordinate representation of color #A9957B: hue angle of 33.91º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9957B is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 149 | 123 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.34 |
| HSL | 33.91º | 0.21% | 0.57% | - |
| HSV(B) | 33.91º | 0.27% | 0.66% | - |
| XYZ | 30.68 | 31.36 | 23.17 | - |
| YUV | 152.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 123 | 0 | 0.12 | 0.27 | 0.34 | 33.91 | 0.21 | 0.57 |
| Hex | A9 | 95 | 7B | 0 | C | 1B | 22 | 22 | 15 | 39 |
| Octal | 251 | 225 | 173 | 0 | 14 | 33 | 42 | 42 | 25 | 71 |
| Binary | 10101001 | 10010101 | 1111011 | 0 | 1100 | 11011 | 100010 | 100010 | 10101 | 111001 |
Color Harmonies of #A9957B
Complementary color
Monochromatic Colors of #A9957B
Black with #A9957B
Text Example
Text Example
White with #A9957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9957B; }
p { color: rgb(169,149,123); }
H1.HeaderClassName
{
color: #A9957B;
}
.AnyTagClassName
{
color: #A9957B;
}
</style>
background-color css
<style>
a { background-color: #A9957B; }
a { background-color: rgb(169,149,123); }
div.DivClassName
{
background-color: #A9957B;
}
.BgClassName
{
background-color: #A9957B;
}
</style>
border-color css
<style>
span { border-color: #A9957B; }
span { border-color: rgb(169,149,123); }
td.TdClassName
{
border-color: #A9957B;
}
.TagClassName
{
border-color: #A9957B;
}
</style>