Shades of Bronco #AA9680
Tints of Bronco #AA9680
RGB
CMYK
RGB Variations
Color information
#AA9680 (or 0xAA9680) is known color: Bronco. HEX triplet: AA, 96 and 80. RGB value is (170,150,128). Sum of RGB (Red+Green+Blue) = 170+150+128=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9680 is #55697F. Grayscale: #999999. Windows color (decimal): -5597568 or 8427178. OLE color: 8427178.
HSL color Cylindrical-coordinate representation of color #AA9680: hue angle of 31.43º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA9680 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 128 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.33 |
| HSL | 31.43º | 0.2% | 0.58% | - |
| HSV(B) | 31.43º | 0.25% | 0.67% | - |
| XYZ | 31.38 | 31.92 | 24.93 | - |
| YUV | 153.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 128 | 0 | 0.12 | 0.25 | 0.33 | 31.43 | 0.2 | 0.58 |
| Hex | AA | 96 | 80 | 0 | C | 19 | 21 | 1F | 14 | 3A |
| Octal | 252 | 226 | 200 | 0 | 14 | 31 | 41 | 37 | 24 | 72 |
| Binary | 10101010 | 10010110 | 10000000 | 0 | 1100 | 11001 | 100001 | 11111 | 10100 | 111010 |
Color Harmonies of #AA9680
Complementary color
Monochromatic Colors of #AA9680
Black with #AA9680
Text Example
Text Example
White with #AA9680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9680; }
p { color: rgb(170,150,128); }
H1.HeaderClassName
{
color: #AA9680;
}
.AnyTagClassName
{
color: #AA9680;
}
</style>
background-color css
<style>
a { background-color: #AA9680; }
a { background-color: rgb(170,150,128); }
div.DivClassName
{
background-color: #AA9680;
}
.BgClassName
{
background-color: #AA9680;
}
</style>
border-color css
<style>
span { border-color: #AA9680; }
span { border-color: rgb(170,150,128); }
td.TdClassName
{
border-color: #AA9680;
}
.TagClassName
{
border-color: #AA9680;
}
</style>