Shades of Bronco #AA967B
Tints of Bronco #AA967B
RGB
CMYK
RGB Variations
Color information
#AA967B (or 0xAA967B) is known color: Bronco. HEX triplet: AA, 96 and 7B. RGB value is (170,150,123). Sum of RGB (Red+Green+Blue) = 170+150+123=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA967B is #556984. Grayscale: #999999. Windows color (decimal): -5597573 or 8099498. OLE color: 8099498.
HSL color Cylindrical-coordinate representation of color #AA967B: hue angle of 34.47º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA967B is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 123 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.33 |
| HSL | 34.47º | 0.22% | 0.57% | - |
| HSV(B) | 34.47º | 0.28% | 0.67% | - |
| XYZ | 31.06 | 31.79 | 23.24 | - |
| YUV | 152.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 123 | 0 | 0.12 | 0.28 | 0.33 | 34.47 | 0.22 | 0.57 |
| Hex | AA | 96 | 7B | 0 | C | 1C | 21 | 22 | 16 | 39 |
| Octal | 252 | 226 | 173 | 0 | 14 | 34 | 41 | 42 | 26 | 71 |
| Binary | 10101010 | 10010110 | 1111011 | 0 | 1100 | 11100 | 100001 | 100010 | 10110 | 111001 |
Color Harmonies of #AA967B
Complementary color
Monochromatic Colors of #AA967B
Black with #AA967B
Text Example
Text Example
White with #AA967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA967B; }
p { color: rgb(170,150,123); }
H1.HeaderClassName
{
color: #AA967B;
}
.AnyTagClassName
{
color: #AA967B;
}
</style>
background-color css
<style>
a { background-color: #AA967B; }
a { background-color: rgb(170,150,123); }
div.DivClassName
{
background-color: #AA967B;
}
.BgClassName
{
background-color: #AA967B;
}
</style>
border-color css
<style>
span { border-color: #AA967B; }
span { border-color: rgb(170,150,123); }
td.TdClassName
{
border-color: #AA967B;
}
.TagClassName
{
border-color: #AA967B;
}
</style>