Shades of Bronco #AA9B7D
Tints of Bronco #AA9B7D
RGB
CMYK
RGB Variations
Color information
#AA9B7D (or 0xAA9B7D) is known color: Bronco. HEX triplet: AA, 9B and 7D. RGB value is (170,155,125). Sum of RGB (Red+Green+Blue) = 170+155+125=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9B7D is #556482. Grayscale: #9C9C9C. Windows color (decimal): -5596291 or 8231850. OLE color: 8231850.
HSL color Cylindrical-coordinate representation of color #AA9B7D: hue angle of 40º 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 #AA9B7D is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 155 | 125 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.33 |
| HSL | 40º | 0.21% | 0.58% | - |
| HSV(B) | 40º | 0.26% | 0.67% | - |
| XYZ | 32 | 33.47 | 24.18 | - |
| YUV | 156.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 125 | 0 | 0.09 | 0.26 | 0.33 | 40 | 0.21 | 0.58 |
| Hex | AA | 9B | 7D | 0 | 9 | 1A | 21 | 28 | 15 | 3A |
| Octal | 252 | 233 | 175 | 0 | 11 | 32 | 41 | 50 | 25 | 72 |
| Binary | 10101010 | 10011011 | 1111101 | 0 | 1001 | 11010 | 100001 | 101000 | 10101 | 111010 |
Color Harmonies of #AA9B7D
Complementary color
Monochromatic Colors of #AA9B7D
Black with #AA9B7D
Text Example
Text Example
White with #AA9B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9B7D; }
p { color: rgb(170,155,125); }
H1.HeaderClassName
{
color: #AA9B7D;
}
.AnyTagClassName
{
color: #AA9B7D;
}
</style>
background-color css
<style>
a { background-color: #AA9B7D; }
a { background-color: rgb(170,155,125); }
div.DivClassName
{
background-color: #AA9B7D;
}
.BgClassName
{
background-color: #AA9B7D;
}
</style>
border-color css
<style>
span { border-color: #AA9B7D; }
span { border-color: rgb(170,155,125); }
td.TdClassName
{
border-color: #AA9B7D;
}
.TagClassName
{
border-color: #AA9B7D;
}
</style>