Shades of Bronco #AA967A
Tints of Bronco #AA967A
RGB
CMYK
RGB Variations
Color information
#AA967A (or 0xAA967A) is known color: Bronco. HEX triplet: AA, 96 and 7A. RGB value is (170,150,122). Sum of RGB (Red+Green+Blue) = 170+150+122=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA967A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA967A is #556985. Grayscale: #989898. Windows color (decimal): -5597574 or 8033962. OLE color: 8033962.
HSL color Cylindrical-coordinate representation of color #AA967A: hue angle of 35º 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 #AA967A is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 122 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.33 |
| HSL | 35º | 0.22% | 0.57% | - |
| HSV(B) | 35º | 0.28% | 0.67% | - |
| XYZ | 31 | 31.76 | 22.91 | - |
| YUV | 152.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 122 | 0 | 0.12 | 0.28 | 0.33 | 35 | 0.22 | 0.57 |
| Hex | AA | 96 | 7A | 0 | C | 1C | 21 | 23 | 16 | 39 |
| Octal | 252 | 226 | 172 | 0 | 14 | 34 | 41 | 43 | 26 | 71 |
| Binary | 10101010 | 10010110 | 1111010 | 0 | 1100 | 11100 | 100001 | 100011 | 10110 | 111001 |
Color Harmonies of #AA967A
Complementary color
Monochromatic Colors of #AA967A
Black with #AA967A
Text Example
Text Example
White with #AA967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA967A; }
p { color: rgb(170,150,122); }
H1.HeaderClassName
{
color: #AA967A;
}
.AnyTagClassName
{
color: #AA967A;
}
</style>
background-color css
<style>
a { background-color: #AA967A; }
a { background-color: rgb(170,150,122); }
div.DivClassName
{
background-color: #AA967A;
}
.BgClassName
{
background-color: #AA967A;
}
</style>
border-color css
<style>
span { border-color: #AA967A; }
span { border-color: rgb(170,150,122); }
td.TdClassName
{
border-color: #AA967A;
}
.TagClassName
{
border-color: #AA967A;
}
</style>