Shades of Bronco #AA9677
Tints of Bronco #AA9677
RGB
CMYK
RGB Variations
Color information
#AA9677 (or 0xAA9677) is known color: Bronco. HEX triplet: AA, 96 and 77. RGB value is (170,150,119). Sum of RGB (Red+Green+Blue) = 170+150+119=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9677 is #556988. Grayscale: #989898. Windows color (decimal): -5597577 or 7837354. OLE color: 7837354.
HSL color Cylindrical-coordinate representation of color #AA9677: hue angle of 36.47º 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 #AA9677 is Cyan = 0, Magento = 0.12, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 119 | - |
| CMYK | 0 | 0.12 | 0.3 | 0.33 |
| HSL | 36.47º | 0.23% | 0.57% | - |
| HSV(B) | 36.47º | 0.3% | 0.67% | - |
| XYZ | 30.81 | 31.69 | 21.95 | - |
| YUV | 152.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 119 | 0 | 0.12 | 0.3 | 0.33 | 36.47 | 0.23 | 0.57 |
| Hex | AA | 96 | 77 | 0 | C | 1E | 21 | 24 | 17 | 39 |
| Octal | 252 | 226 | 167 | 0 | 14 | 36 | 41 | 44 | 27 | 71 |
| Binary | 10101010 | 10010110 | 1110111 | 0 | 1100 | 11110 | 100001 | 100100 | 10111 | 111001 |
Color Harmonies of #AA9677
Complementary color
Monochromatic Colors of #AA9677
Black with #AA9677
Text Example
Text Example
White with #AA9677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9677; }
p { color: rgb(170,150,119); }
H1.HeaderClassName
{
color: #AA9677;
}
.AnyTagClassName
{
color: #AA9677;
}
</style>
background-color css
<style>
a { background-color: #AA9677; }
a { background-color: rgb(170,150,119); }
div.DivClassName
{
background-color: #AA9677;
}
.BgClassName
{
background-color: #AA9677;
}
</style>
border-color css
<style>
span { border-color: #AA9677; }
span { border-color: rgb(170,150,119); }
td.TdClassName
{
border-color: #AA9677;
}
.TagClassName
{
border-color: #AA9677;
}
</style>