Shades of Bronco #AA9478
Tints of Bronco #AA9478
RGB
CMYK
RGB Variations
Color information
#AA9478 (or 0xAA9478) is known color: Bronco. HEX triplet: AA, 94 and 78. RGB value is (170,148,120). Sum of RGB (Red+Green+Blue) = 170+148+120=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9478 is #556B87. Grayscale: #979797. Windows color (decimal): -5598088 or 7902378. OLE color: 7902378.
HSL color Cylindrical-coordinate representation of color #AA9478: hue angle of 33.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA9478 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 120 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.33 |
| HSL | 33.6º | 0.23% | 0.57% | - |
| HSV(B) | 33.6º | 0.29% | 0.67% | - |
| XYZ | 30.56 | 31.08 | 22.16 | - |
| YUV | 151.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 120 | 0 | 0.13 | 0.29 | 0.33 | 33.6 | 0.23 | 0.57 |
| Hex | AA | 94 | 78 | 0 | D | 1D | 21 | 22 | 17 | 39 |
| Octal | 252 | 224 | 170 | 0 | 15 | 35 | 41 | 42 | 27 | 71 |
| Binary | 10101010 | 10010100 | 1111000 | 0 | 1101 | 11101 | 100001 | 100010 | 10111 | 111001 |
Color Harmonies of #AA9478
Complementary color
Monochromatic Colors of #AA9478
Black with #AA9478
Text Example
Text Example
White with #AA9478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9478; }
p { color: rgb(170,148,120); }
H1.HeaderClassName
{
color: #AA9478;
}
.AnyTagClassName
{
color: #AA9478;
}
</style>
background-color css
<style>
a { background-color: #AA9478; }
a { background-color: rgb(170,148,120); }
div.DivClassName
{
background-color: #AA9478;
}
.BgClassName
{
background-color: #AA9478;
}
</style>
border-color css
<style>
span { border-color: #AA9478; }
span { border-color: rgb(170,148,120); }
td.TdClassName
{
border-color: #AA9478;
}
.TagClassName
{
border-color: #AA9478;
}
</style>