Shades of Bronco #A9947D
Tints of Bronco #A9947D
RGB
CMYK
RGB Variations
Color information
#A9947D (or 0xA9947D) is known color: Bronco. HEX triplet: A9, 94 and 7D. RGB value is (169,148,125). Sum of RGB (Red+Green+Blue) = 169+148+125=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 169 - color contains mainly: red. Hex color #A9947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9947D is #566B82. Grayscale: #979797. Windows color (decimal): -5663619 or 8230057. OLE color: 8230057.
HSL color Cylindrical-coordinate representation of color #A9947D: hue angle of 31.36º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9947D is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 148 | 125 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.34 |
| HSL | 31.36º | 0.2% | 0.58% | - |
| HSV(B) | 31.36º | 0.26% | 0.66% | - |
| XYZ | 30.65 | 31.1 | 23.79 | - |
| YUV | 151.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 125 | 0 | 0.12 | 0.26 | 0.34 | 31.36 | 0.2 | 0.58 |
| Hex | A9 | 94 | 7D | 0 | C | 1A | 22 | 1F | 14 | 3A |
| Octal | 251 | 224 | 175 | 0 | 14 | 32 | 42 | 37 | 24 | 72 |
| Binary | 10101001 | 10010100 | 1111101 | 0 | 1100 | 11010 | 100010 | 11111 | 10100 | 111010 |
Color Harmonies of #A9947D
Complementary color
Monochromatic Colors of #A9947D
Black with #A9947D
Text Example
Text Example
White with #A9947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9947D; }
p { color: rgb(169,148,125); }
H1.HeaderClassName
{
color: #A9947D;
}
.AnyTagClassName
{
color: #A9947D;
}
</style>
background-color css
<style>
a { background-color: #A9947D; }
a { background-color: rgb(169,148,125); }
div.DivClassName
{
background-color: #A9947D;
}
.BgClassName
{
background-color: #A9947D;
}
</style>
border-color css
<style>
span { border-color: #A9947D; }
span { border-color: rgb(169,148,125); }
td.TdClassName
{
border-color: #A9947D;
}
.TagClassName
{
border-color: #A9947D;
}
</style>