Shades of Bronco #AA9378
Tints of Bronco #AA9378
RGB
CMYK
RGB Variations
Color information
#AA9378 (or 0xAA9378) is known color: Bronco. HEX triplet: AA, 93 and 78. RGB value is (170,147,120). Sum of RGB (Red+Green+Blue) = 170+147+120=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9378 is #556C87. Grayscale: #969696. Windows color (decimal): -5598344 or 7902122. OLE color: 7902122.
HSL color Cylindrical-coordinate representation of color #AA9378: hue angle of 32.4º 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 #AA9378 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 120 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.33 |
| HSL | 32.4º | 0.23% | 0.57% | - |
| HSV(B) | 32.4º | 0.29% | 0.67% | - |
| XYZ | 30.4 | 30.77 | 22.11 | - |
| YUV | 150.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 120 | 0 | 0.14 | 0.29 | 0.33 | 32.4 | 0.23 | 0.57 |
| Hex | AA | 93 | 78 | 0 | E | 1D | 21 | 20 | 17 | 39 |
| Octal | 252 | 223 | 170 | 0 | 16 | 35 | 41 | 40 | 27 | 71 |
| Binary | 10101010 | 10010011 | 1111000 | 0 | 1110 | 11101 | 100001 | 100000 | 10111 | 111001 |
Color Harmonies of #AA9378
Complementary color
Monochromatic Colors of #AA9378
Black with #AA9378
Text Example
Text Example
White with #AA9378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9378; }
p { color: rgb(170,147,120); }
H1.HeaderClassName
{
color: #AA9378;
}
.AnyTagClassName
{
color: #AA9378;
}
</style>
background-color css
<style>
a { background-color: #AA9378; }
a { background-color: rgb(170,147,120); }
div.DivClassName
{
background-color: #AA9378;
}
.BgClassName
{
background-color: #AA9378;
}
</style>
border-color css
<style>
span { border-color: #AA9378; }
span { border-color: rgb(170,147,120); }
td.TdClassName
{
border-color: #AA9378;
}
.TagClassName
{
border-color: #AA9378;
}
</style>