Shades of Bronco #AE9A77
Tints of Bronco #AE9A77
RGB
CMYK
RGB Variations
Color information
#AE9A77 (or 0xAE9A77) is known color: Bronco. HEX triplet: AE, 9A and 77. RGB value is (174,154,119). Sum of RGB (Red+Green+Blue) = 174+154+119=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A77 is #516588. Grayscale: #9C9C9C. Windows color (decimal): -5334409 or 7838382. OLE color: 7838382.
HSL color Cylindrical-coordinate representation of color #AE9A77: hue angle of 38.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE9A77 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 154 | 119 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.32 |
| HSL | 38.18º | 0.25% | 0.57% | - |
| HSV(B) | 38.18º | 0.32% | 0.68% | - |
| XYZ | 32.34 | 33.44 | 22.2 | - |
| YUV | 155.99 | 107.13 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 154 | 119 | 0 | 0.11 | 0.32 | 0.32 | 38.18 | 0.25 | 0.57 |
| Hex | AE | 9A | 77 | 0 | B | 20 | 20 | 26 | 19 | 39 |
| Octal | 256 | 232 | 167 | 0 | 13 | 40 | 40 | 46 | 31 | 71 |
| Binary | 10101110 | 10011010 | 1110111 | 0 | 1011 | 100000 | 100000 | 100110 | 11001 | 111001 |
Color Harmonies of #AE9A77
Complementary color
Monochromatic Colors of #AE9A77
Black with #AE9A77
Text Example
Text Example
White with #AE9A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9A77; }
p { color: rgb(174,154,119); }
H1.HeaderClassName
{
color: #AE9A77;
}
.AnyTagClassName
{
color: #AE9A77;
}
</style>
background-color css
<style>
a { background-color: #AE9A77; }
a { background-color: rgb(174,154,119); }
div.DivClassName
{
background-color: #AE9A77;
}
.BgClassName
{
background-color: #AE9A77;
}
</style>
border-color css
<style>
span { border-color: #AE9A77; }
span { border-color: rgb(174,154,119); }
td.TdClassName
{
border-color: #AE9A77;
}
.TagClassName
{
border-color: #AE9A77;
}
</style>