Shades of Bronco #AA967D
Tints of Bronco #AA967D
RGB
CMYK
RGB Variations
Color information
#AA967D (or 0xAA967D) is known color: Bronco. HEX triplet: AA, 96 and 7D. RGB value is (170,150,125). Sum of RGB (Red+Green+Blue) = 170+150+125=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA967D is #556982. Grayscale: #999999. Windows color (decimal): -5597571 or 8230570. OLE color: 8230570.
HSL color Cylindrical-coordinate representation of color #AA967D: hue angle of 33.33º 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 #AA967D is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 125 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.33 |
| HSL | 33.33º | 0.21% | 0.58% | - |
| HSV(B) | 33.33º | 0.26% | 0.67% | - |
| XYZ | 31.19 | 31.84 | 23.9 | - |
| YUV | 153.13 | 112.13 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 125 | 0 | 0.12 | 0.26 | 0.33 | 33.33 | 0.21 | 0.58 |
| Hex | AA | 96 | 7D | 0 | C | 1A | 21 | 21 | 15 | 3A |
| Octal | 252 | 226 | 175 | 0 | 14 | 32 | 41 | 41 | 25 | 72 |
| Binary | 10101010 | 10010110 | 1111101 | 0 | 1100 | 11010 | 100001 | 100001 | 10101 | 111010 |
Color Harmonies of #AA967D
Complementary color
Monochromatic Colors of #AA967D
Black with #AA967D
Text Example
Text Example
White with #AA967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA967D; }
p { color: rgb(170,150,125); }
H1.HeaderClassName
{
color: #AA967D;
}
.AnyTagClassName
{
color: #AA967D;
}
</style>
background-color css
<style>
a { background-color: #AA967D; }
a { background-color: rgb(170,150,125); }
div.DivClassName
{
background-color: #AA967D;
}
.BgClassName
{
background-color: #AA967D;
}
</style>
border-color css
<style>
span { border-color: #AA967D; }
span { border-color: rgb(170,150,125); }
td.TdClassName
{
border-color: #AA967D;
}
.TagClassName
{
border-color: #AA967D;
}
</style>