Shades of Bronco #AA9A81
Tints of Bronco #AA9A81
RGB
CMYK
RGB Variations
Color information
#AA9A81 (or 0xAA9A81) is known color: Bronco. HEX triplet: AA, 9A and 81. RGB value is (170,154,129). Sum of RGB (Red+Green+Blue) = 170+154+129=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A81 is #55657E. Grayscale: #9C9C9C. Windows color (decimal): -5596543 or 8493738. OLE color: 8493738.
HSL color Cylindrical-coordinate representation of color #AA9A81: hue angle of 36.59º 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 #AA9A81 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 154 | 129 | - |
CMYK | 0 | 0.09 | 0.24 | 0.33 |
HSL | 36.59º | 0.19% | 0.59% | - |
HSV(B) | 36.59º | 0.24% | 0.67% | - |
XYZ | 32.1 | 33.24 | 25.49 | - |
YUV | 155.93 | 112.8 | 138.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 154 | 129 | 0 | 0.09 | 0.24 | 0.33 | 36.59 | 0.19 | 0.59 |
Hex | AA | 9A | 81 | 0 | 9 | 18 | 21 | 25 | 13 | 3B |
Octal | 252 | 232 | 201 | 0 | 11 | 30 | 41 | 45 | 23 | 73 |
Binary | 10101010 | 10011010 | 10000001 | 0 | 1001 | 11000 | 100001 | 100101 | 10011 | 111011 |
Color Harmonies of #AA9A81
Complementary color
Monochromatic Colors of #AA9A81
Black with #AA9A81
Text Example
Text Example
White with #AA9A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A81; }
p { color: rgb(170,154,129); }
H1.HeaderClassName
{
color: #AA9A81;
}
.AnyTagClassName
{
color: #AA9A81;
}
</style>
background-color css
<style>
a { background-color: #AA9A81; }
a { background-color: rgb(170,154,129); }
div.DivClassName
{
background-color: #AA9A81;
}
.BgClassName
{
background-color: #AA9A81;
}
</style>
border-color css
<style>
span { border-color: #AA9A81; }
span { border-color: rgb(170,154,129); }
td.TdClassName
{
border-color: #AA9A81;
}
.TagClassName
{
border-color: #AA9A81;
}
</style>