Shades of Bronco #AE9A84
Tints of Bronco #AE9A84
RGB
CMYK
RGB Variations
Color information
#AE9A84 (or 0xAE9A84) is known color: Bronco. HEX triplet: AE, 9A and 84. RGB value is (174,154,132). Sum of RGB (Red+Green+Blue) = 174+154+132=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9A84 is #51657B. Grayscale: #9D9D9D. Windows color (decimal): -5334396 or 8690350. OLE color: 8690350.
HSL color Cylindrical-coordinate representation of color #AE9A84: hue angle of 31.43º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AE9A84 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 154 | 132 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.32 |
| HSL | 31.43º | 0.21% | 0.6% | - |
| HSV(B) | 31.43º | 0.24% | 0.68% | - |
| XYZ | 33.18 | 33.78 | 26.6 | - |
| YUV | 157.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 154 | 132 | 0 | 0.11 | 0.24 | 0.32 | 31.43 | 0.21 | 0.6 |
| Hex | AE | 9A | 84 | 0 | B | 18 | 20 | 1F | 15 | 3C |
| Octal | 256 | 232 | 204 | 0 | 13 | 30 | 40 | 37 | 25 | 74 |
| Binary | 10101110 | 10011010 | 10000100 | 0 | 1011 | 11000 | 100000 | 11111 | 10101 | 111100 |
Color Harmonies of #AE9A84
Complementary color
Monochromatic Colors of #AE9A84
Black with #AE9A84
Text Example
Text Example
White with #AE9A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9A84; }
p { color: rgb(174,154,132); }
H1.HeaderClassName
{
color: #AE9A84;
}
.AnyTagClassName
{
color: #AE9A84;
}
</style>
background-color css
<style>
a { background-color: #AE9A84; }
a { background-color: rgb(174,154,132); }
div.DivClassName
{
background-color: #AE9A84;
}
.BgClassName
{
background-color: #AE9A84;
}
</style>
border-color css
<style>
span { border-color: #AE9A84; }
span { border-color: rgb(174,154,132); }
td.TdClassName
{
border-color: #AE9A84;
}
.TagClassName
{
border-color: #AE9A84;
}
</style>