Shades of Bronco #AE9A7E
Tints of Bronco #AE9A7E
RGB
CMYK
RGB Variations
Color information
#AE9A7E (or 0xAE9A7E) is known color: Bronco. HEX triplet: AE, 9A and 7E. RGB value is (174,154,126). Sum of RGB (Red+Green+Blue) = 174+154+126=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A7E is #516581. Grayscale: #9C9C9C. Windows color (decimal): -5334402 or 8297134. OLE color: 8297134.
HSL color Cylindrical-coordinate representation of color #AE9A7E: hue angle of 35º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE9A7E is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 154 | 126 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.32 |
| HSL | 35º | 0.23% | 0.59% | - |
| HSV(B) | 35º | 0.28% | 0.68% | - |
| XYZ | 32.78 | 33.62 | 24.5 | - |
| YUV | 156.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 154 | 126 | 0 | 0.11 | 0.28 | 0.32 | 35 | 0.23 | 0.59 |
| Hex | AE | 9A | 7E | 0 | B | 1C | 20 | 23 | 17 | 3B |
| Octal | 256 | 232 | 176 | 0 | 13 | 34 | 40 | 43 | 27 | 73 |
| Binary | 10101110 | 10011010 | 1111110 | 0 | 1011 | 11100 | 100000 | 100011 | 10111 | 111011 |
Color Harmonies of #AE9A7E
Complementary color
Monochromatic Colors of #AE9A7E
Black with #AE9A7E
Text Example
Text Example
White with #AE9A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9A7E; }
p { color: rgb(174,154,126); }
H1.HeaderClassName
{
color: #AE9A7E;
}
.AnyTagClassName
{
color: #AE9A7E;
}
</style>
background-color css
<style>
a { background-color: #AE9A7E; }
a { background-color: rgb(174,154,126); }
div.DivClassName
{
background-color: #AE9A7E;
}
.BgClassName
{
background-color: #AE9A7E;
}
</style>
border-color css
<style>
span { border-color: #AE9A7E; }
span { border-color: rgb(174,154,126); }
td.TdClassName
{
border-color: #AE9A7E;
}
.TagClassName
{
border-color: #AE9A7E;
}
</style>