Shades of Bronco #AA9B7F
Tints of Bronco #AA9B7F
RGB
CMYK
RGB Variations
Color information
#AA9B7F (or 0xAA9B7F) is known color: Bronco. HEX triplet: AA, 9B and 7F. RGB value is (170,155,127). Sum of RGB (Red+Green+Blue) = 170+155+127=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9B7F is #556480. Grayscale: #9C9C9C. Windows color (decimal): -5596289 or 8362922. OLE color: 8362922.
HSL color Cylindrical-coordinate representation of color #AA9B7F: hue angle of 39.07º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA9B7F is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 155 | 127 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.33 |
| HSL | 39.07º | 0.2% | 0.58% | - |
| HSV(B) | 39.07º | 0.25% | 0.67% | - |
| XYZ | 32.13 | 33.52 | 24.86 | - |
| YUV | 156.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 127 | 0 | 0.09 | 0.25 | 0.33 | 39.07 | 0.2 | 0.58 |
| Hex | AA | 9B | 7F | 0 | 9 | 19 | 21 | 27 | 14 | 3A |
| Octal | 252 | 233 | 177 | 0 | 11 | 31 | 41 | 47 | 24 | 72 |
| Binary | 10101010 | 10011011 | 1111111 | 0 | 1001 | 11001 | 100001 | 100111 | 10100 | 111010 |
Color Harmonies of #AA9B7F
Complementary color
Monochromatic Colors of #AA9B7F
Black with #AA9B7F
Text Example
Text Example
White with #AA9B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9B7F; }
p { color: rgb(170,155,127); }
H1.HeaderClassName
{
color: #AA9B7F;
}
.AnyTagClassName
{
color: #AA9B7F;
}
</style>
background-color css
<style>
a { background-color: #AA9B7F; }
a { background-color: rgb(170,155,127); }
div.DivClassName
{
background-color: #AA9B7F;
}
.BgClassName
{
background-color: #AA9B7F;
}
</style>
border-color css
<style>
span { border-color: #AA9B7F; }
span { border-color: rgb(170,155,127); }
td.TdClassName
{
border-color: #AA9B7F;
}
.TagClassName
{
border-color: #AA9B7F;
}
</style>