Shades of Bronco #AE997D
Tints of Bronco #AE997D
RGB
CMYK
RGB Variations
Color information
#AE997D (or 0xAE997D) is known color: Bronco. HEX triplet: AE, 99 and 7D. RGB value is (174,153,125). Sum of RGB (Red+Green+Blue) = 174+153+125=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE997D is #516682. Grayscale: #9C9C9C. Windows color (decimal): -5334659 or 8231342. OLE color: 8231342.
HSL color Cylindrical-coordinate representation of color #AE997D: hue angle of 34.29º 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 #AE997D is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 153 | 125 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.32 |
| HSL | 34.29º | 0.23% | 0.59% | - |
| HSV(B) | 34.29º | 0.28% | 0.68% | - |
| XYZ | 32.55 | 33.26 | 24.11 | - |
| YUV | 156.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 153 | 125 | 0 | 0.12 | 0.28 | 0.32 | 34.29 | 0.23 | 0.59 |
| Hex | AE | 99 | 7D | 0 | C | 1C | 20 | 22 | 17 | 3B |
| Octal | 256 | 231 | 175 | 0 | 14 | 34 | 40 | 42 | 27 | 73 |
| Binary | 10101110 | 10011001 | 1111101 | 0 | 1100 | 11100 | 100000 | 100010 | 10111 | 111011 |
Color Harmonies of #AE997D
Complementary color
Monochromatic Colors of #AE997D
Black with #AE997D
Text Example
Text Example
White with #AE997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE997D; }
p { color: rgb(174,153,125); }
H1.HeaderClassName
{
color: #AE997D;
}
.AnyTagClassName
{
color: #AE997D;
}
</style>
background-color css
<style>
a { background-color: #AE997D; }
a { background-color: rgb(174,153,125); }
div.DivClassName
{
background-color: #AE997D;
}
.BgClassName
{
background-color: #AE997D;
}
</style>
border-color css
<style>
span { border-color: #AE997D; }
span { border-color: rgb(174,153,125); }
td.TdClassName
{
border-color: #AE997D;
}
.TagClassName
{
border-color: #AE997D;
}
</style>