Shades of Bronco #AA9377
Tints of Bronco #AA9377
RGB
CMYK
RGB Variations
Color information
#AA9377 (or 0xAA9377) is known color: Bronco. HEX triplet: AA, 93 and 77. RGB value is (170,147,119). Sum of RGB (Red+Green+Blue) = 170+147+119=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9377 is #556C88. Grayscale: #969696. Windows color (decimal): -5598345 or 7836586. OLE color: 7836586.
HSL color Cylindrical-coordinate representation of color #AA9377: hue angle of 32.94º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA9377 is Cyan = 0, Magento = 0.14, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 119 | - |
| CMYK | 0 | 0.14 | 0.3 | 0.33 |
| HSL | 32.94º | 0.23% | 0.57% | - |
| HSV(B) | 32.94º | 0.3% | 0.67% | - |
| XYZ | 30.34 | 30.75 | 21.79 | - |
| YUV | 150.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 119 | 0 | 0.14 | 0.3 | 0.33 | 32.94 | 0.23 | 0.57 |
| Hex | AA | 93 | 77 | 0 | E | 1E | 21 | 21 | 17 | 39 |
| Octal | 252 | 223 | 167 | 0 | 16 | 36 | 41 | 41 | 27 | 71 |
| Binary | 10101010 | 10010011 | 1110111 | 0 | 1110 | 11110 | 100001 | 100001 | 10111 | 111001 |
Color Harmonies of #AA9377
Complementary color
Monochromatic Colors of #AA9377
Black with #AA9377
Text Example
Text Example
White with #AA9377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9377; }
p { color: rgb(170,147,119); }
H1.HeaderClassName
{
color: #AA9377;
}
.AnyTagClassName
{
color: #AA9377;
}
</style>
background-color css
<style>
a { background-color: #AA9377; }
a { background-color: rgb(170,147,119); }
div.DivClassName
{
background-color: #AA9377;
}
.BgClassName
{
background-color: #AA9377;
}
</style>
border-color css
<style>
span { border-color: #AA9377; }
span { border-color: rgb(170,147,119); }
td.TdClassName
{
border-color: #AA9377;
}
.TagClassName
{
border-color: #AA9377;
}
</style>