Shades of Bronco #AA967E
Tints of Bronco #AA967E
RGB
CMYK
RGB Variations
Color information
#AA967E (or 0xAA967E) is known color: Bronco. HEX triplet: AA, 96 and 7E. RGB value is (170,150,126). Sum of RGB (Red+Green+Blue) = 170+150+126=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA967E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA967E is #556981. Grayscale: #999999. Windows color (decimal): -5597570 or 8296106. OLE color: 8296106.
HSL color Cylindrical-coordinate representation of color #AA967E: hue angle of 32.73º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA967E is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 126 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.33 |
| HSL | 32.73º | 0.21% | 0.58% | - |
| HSV(B) | 32.73º | 0.26% | 0.67% | - |
| XYZ | 31.25 | 31.87 | 24.24 | - |
| YUV | 153.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 126 | 0 | 0.12 | 0.26 | 0.33 | 32.73 | 0.21 | 0.58 |
| Hex | AA | 96 | 7E | 0 | C | 1A | 21 | 21 | 15 | 3A |
| Octal | 252 | 226 | 176 | 0 | 14 | 32 | 41 | 41 | 25 | 72 |
| Binary | 10101010 | 10010110 | 1111110 | 0 | 1100 | 11010 | 100001 | 100001 | 10101 | 111010 |
Color Harmonies of #AA967E
Complementary color
Monochromatic Colors of #AA967E
Black with #AA967E
Text Example
Text Example
White with #AA967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA967E; }
p { color: rgb(170,150,126); }
H1.HeaderClassName
{
color: #AA967E;
}
.AnyTagClassName
{
color: #AA967E;
}
</style>
background-color css
<style>
a { background-color: #AA967E; }
a { background-color: rgb(170,150,126); }
div.DivClassName
{
background-color: #AA967E;
}
.BgClassName
{
background-color: #AA967E;
}
</style>
border-color css
<style>
span { border-color: #AA967E; }
span { border-color: rgb(170,150,126); }
td.TdClassName
{
border-color: #AA967E;
}
.TagClassName
{
border-color: #AA967E;
}
</style>