Shades of Bronco #AE9A7F
Tints of Bronco #AE9A7F
RGB
CMYK
RGB Variations
Color information
#AE9A7F (or 0xAE9A7F) is known color: Bronco. HEX triplet: AE, 9A and 7F. RGB value is (174,154,127). Sum of RGB (Red+Green+Blue) = 174+154+127=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A7F is #516580. Grayscale: #9D9D9D. Windows color (decimal): -5334401 or 8362670. OLE color: 8362670.
HSL color Cylindrical-coordinate representation of color #AE9A7F: hue angle of 34.47º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AE9A7F is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 154 | 127 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.32 |
| HSL | 34.47º | 0.22% | 0.59% | - |
| HSV(B) | 34.47º | 0.27% | 0.68% | - |
| XYZ | 32.84 | 33.64 | 24.84 | - |
| YUV | 156.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 154 | 127 | 0 | 0.11 | 0.27 | 0.32 | 34.47 | 0.22 | 0.59 |
| Hex | AE | 9A | 7F | 0 | B | 1B | 20 | 22 | 16 | 3B |
| Octal | 256 | 232 | 177 | 0 | 13 | 33 | 40 | 42 | 26 | 73 |
| Binary | 10101110 | 10011010 | 1111111 | 0 | 1011 | 11011 | 100000 | 100010 | 10110 | 111011 |
Color Harmonies of #AE9A7F
Complementary color
Monochromatic Colors of #AE9A7F
Black with #AE9A7F
Text Example
Text Example
White with #AE9A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9A7F; }
p { color: rgb(174,154,127); }
H1.HeaderClassName
{
color: #AE9A7F;
}
.AnyTagClassName
{
color: #AE9A7F;
}
</style>
background-color css
<style>
a { background-color: #AE9A7F; }
a { background-color: rgb(174,154,127); }
div.DivClassName
{
background-color: #AE9A7F;
}
.BgClassName
{
background-color: #AE9A7F;
}
</style>
border-color css
<style>
span { border-color: #AE9A7F; }
span { border-color: rgb(174,154,127); }
td.TdClassName
{
border-color: #AE9A7F;
}
.TagClassName
{
border-color: #AE9A7F;
}
</style>