Shades of Bronco #AE9D7D
Tints of Bronco #AE9D7D
RGB
CMYK
RGB Variations
Color information
#AE9D7D (or 0xAE9D7D) is known color: Bronco. HEX triplet: AE, 9D and 7D. RGB value is (174,157,125). Sum of RGB (Red+Green+Blue) = 174+157+125=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9D7D is #516282. Grayscale: #9E9E9E. Windows color (decimal): -5333635 or 8232366. OLE color: 8232366.
HSL color Cylindrical-coordinate representation of color #AE9D7D: hue angle of 39.18º 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 #AE9D7D is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 157 | 125 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.32 |
| HSL | 39.18º | 0.23% | 0.59% | - |
| HSV(B) | 39.18º | 0.28% | 0.68% | - |
| XYZ | 33.21 | 34.59 | 24.33 | - |
| YUV | 158.44 | 109.13 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 157 | 125 | 0 | 0.10 | 0.28 | 0.32 | 39.18 | 0.23 | 0.59 |
| Hex | AE | 9D | 7D | 0 | A | 1C | 20 | 27 | 17 | 3B |
| Octal | 256 | 235 | 175 | 0 | 12 | 34 | 40 | 47 | 27 | 73 |
| Binary | 10101110 | 10011101 | 1111101 | 0 | 1010 | 11100 | 100000 | 100111 | 10111 | 111011 |
Color Harmonies of #AE9D7D
Complementary color
Monochromatic Colors of #AE9D7D
Black with #AE9D7D
Text Example
Text Example
White with #AE9D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9D7D; }
p { color: rgb(174,157,125); }
H1.HeaderClassName
{
color: #AE9D7D;
}
.AnyTagClassName
{
color: #AE9D7D;
}
</style>
background-color css
<style>
a { background-color: #AE9D7D; }
a { background-color: rgb(174,157,125); }
div.DivClassName
{
background-color: #AE9D7D;
}
.BgClassName
{
background-color: #AE9D7D;
}
</style>
border-color css
<style>
span { border-color: #AE9D7D; }
span { border-color: rgb(174,157,125); }
td.TdClassName
{
border-color: #AE9D7D;
}
.TagClassName
{
border-color: #AE9D7D;
}
</style>