Shades of Bronco #AA9C82
Tints of Bronco #AA9C82
RGB
CMYK
RGB Variations
Color information
#AA9C82 (or 0xAA9C82) is known color: Bronco. HEX triplet: AA, 9C and 82. RGB value is (170,156,130). Sum of RGB (Red+Green+Blue) = 170+156+130=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9C82 is #55637D. Grayscale: #9D9D9D. Windows color (decimal): -5596030 or 8559786. OLE color: 8559786.
HSL color Cylindrical-coordinate representation of color #AA9C82: hue angle of 39º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA9C82 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 130 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.33 |
| HSL | 39º | 0.19% | 0.59% | - |
| HSV(B) | 39º | 0.24% | 0.67% | - |
| XYZ | 32.5 | 33.93 | 25.96 | - |
| YUV | 157.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 130 | 0 | 0.08 | 0.24 | 0.33 | 39 | 0.19 | 0.59 |
| Hex | AA | 9C | 82 | 0 | 8 | 18 | 21 | 27 | 13 | 3B |
| Octal | 252 | 234 | 202 | 0 | 10 | 30 | 41 | 47 | 23 | 73 |
| Binary | 10101010 | 10011100 | 10000010 | 0 | 1000 | 11000 | 100001 | 100111 | 10011 | 111011 |
Color Harmonies of #AA9C82
Complementary color
Monochromatic Colors of #AA9C82
Black with #AA9C82
Text Example
Text Example
White with #AA9C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C82; }
p { color: rgb(170,156,130); }
H1.HeaderClassName
{
color: #AA9C82;
}
.AnyTagClassName
{
color: #AA9C82;
}
</style>
background-color css
<style>
a { background-color: #AA9C82; }
a { background-color: rgb(170,156,130); }
div.DivClassName
{
background-color: #AA9C82;
}
.BgClassName
{
background-color: #AA9C82;
}
</style>
border-color css
<style>
span { border-color: #AA9C82; }
span { border-color: rgb(170,156,130); }
td.TdClassName
{
border-color: #AA9C82;
}
.TagClassName
{
border-color: #AA9C82;
}
</style>