Shades of Bronco #AE9A83
Tints of Bronco #AE9A83
RGB
CMYK
RGB Variations
Color information
#AE9A83 (or 0xAE9A83) is known color: Bronco. HEX triplet: AE, 9A and 83. RGB value is (174,154,131). Sum of RGB (Red+Green+Blue) = 174+154+131=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9A83 is #51657C. Grayscale: #9D9D9D. Windows color (decimal): -5334397 or 8624814. OLE color: 8624814.
HSL color Cylindrical-coordinate representation of color #AE9A83: hue angle of 32.09º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE9A83 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 154 | 131 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.32 |
| HSL | 32.09º | 0.21% | 0.6% | - |
| HSV(B) | 32.09º | 0.25% | 0.68% | - |
| XYZ | 33.11 | 33.75 | 26.24 | - |
| YUV | 157.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 154 | 131 | 0 | 0.11 | 0.25 | 0.32 | 32.09 | 0.21 | 0.6 |
| Hex | AE | 9A | 83 | 0 | B | 19 | 20 | 20 | 15 | 3C |
| Octal | 256 | 232 | 203 | 0 | 13 | 31 | 40 | 40 | 25 | 74 |
| Binary | 10101110 | 10011010 | 10000011 | 0 | 1011 | 11001 | 100000 | 100000 | 10101 | 111100 |
Color Harmonies of #AE9A83
Complementary color
Monochromatic Colors of #AE9A83
Black with #AE9A83
Text Example
Text Example
White with #AE9A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9A83; }
p { color: rgb(174,154,131); }
H1.HeaderClassName
{
color: #AE9A83;
}
.AnyTagClassName
{
color: #AE9A83;
}
</style>
background-color css
<style>
a { background-color: #AE9A83; }
a { background-color: rgb(174,154,131); }
div.DivClassName
{
background-color: #AE9A83;
}
.BgClassName
{
background-color: #AE9A83;
}
</style>
border-color css
<style>
span { border-color: #AE9A83; }
span { border-color: rgb(174,154,131); }
td.TdClassName
{
border-color: #AE9A83;
}
.TagClassName
{
border-color: #AE9A83;
}
</style>