Shades of Bronco #AA9679
Tints of Bronco #AA9679
RGB
CMYK
RGB Variations
Color information
#AA9679 (or 0xAA9679) is known color: Bronco. HEX triplet: AA, 96 and 79. RGB value is (170,150,121). Sum of RGB (Red+Green+Blue) = 170+150+121=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9679 is #556986. Grayscale: #989898. Windows color (decimal): -5597575 or 7968426. OLE color: 7968426.
HSL color Cylindrical-coordinate representation of color #AA9679: hue angle of 35.51º degrees, saturation: 0.22, 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 #AA9679 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 121 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.33 |
| HSL | 35.51º | 0.22% | 0.57% | - |
| HSV(B) | 35.51º | 0.29% | 0.67% | - |
| XYZ | 30.94 | 31.74 | 22.58 | - |
| YUV | 152.67 | 110.13 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 121 | 0 | 0.12 | 0.29 | 0.33 | 35.51 | 0.22 | 0.57 |
| Hex | AA | 96 | 79 | 0 | C | 1D | 21 | 24 | 16 | 39 |
| Octal | 252 | 226 | 171 | 0 | 14 | 35 | 41 | 44 | 26 | 71 |
| Binary | 10101010 | 10010110 | 1111001 | 0 | 1100 | 11101 | 100001 | 100100 | 10110 | 111001 |
Color Harmonies of #AA9679
Complementary color
Monochromatic Colors of #AA9679
Black with #AA9679
Text Example
Text Example
White with #AA9679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9679; }
p { color: rgb(170,150,121); }
H1.HeaderClassName
{
color: #AA9679;
}
.AnyTagClassName
{
color: #AA9679;
}
</style>
background-color css
<style>
a { background-color: #AA9679; }
a { background-color: rgb(170,150,121); }
div.DivClassName
{
background-color: #AA9679;
}
.BgClassName
{
background-color: #AA9679;
}
</style>
border-color css
<style>
span { border-color: #AA9679; }
span { border-color: rgb(170,150,121); }
td.TdClassName
{
border-color: #AA9679;
}
.TagClassName
{
border-color: #AA9679;
}
</style>