Shades of Bronco #AE977B
Tints of Bronco #AE977B
RGB
CMYK
RGB Variations
Color information
#AE977B (or 0xAE977B) is known color: Bronco. HEX triplet: AE, 97 and 7B. RGB value is (174,151,123). Sum of RGB (Red+Green+Blue) = 174+151+123=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AE977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE977B is #516884. Grayscale: #9A9A9A. Windows color (decimal): -5335173 or 8099758. OLE color: 8099758.
HSL color Cylindrical-coordinate representation of color #AE977B: hue angle of 32.94º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE977B is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 151 | 123 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.32 |
| HSL | 32.94º | 0.24% | 0.58% | - |
| HSV(B) | 32.94º | 0.29% | 0.68% | - |
| XYZ | 32.1 | 32.56 | 23.33 | - |
| YUV | 154.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 151 | 123 | 0 | 0.13 | 0.29 | 0.32 | 32.94 | 0.24 | 0.58 |
| Hex | AE | 97 | 7B | 0 | D | 1D | 20 | 21 | 18 | 3A |
| Octal | 256 | 227 | 173 | 0 | 15 | 35 | 40 | 41 | 30 | 72 |
| Binary | 10101110 | 10010111 | 1111011 | 0 | 1101 | 11101 | 100000 | 100001 | 11000 | 111010 |
Color Harmonies of #AE977B
Complementary color
Monochromatic Colors of #AE977B
Black with #AE977B
Text Example
Text Example
White with #AE977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE977B; }
p { color: rgb(174,151,123); }
H1.HeaderClassName
{
color: #AE977B;
}
.AnyTagClassName
{
color: #AE977B;
}
</style>
background-color css
<style>
a { background-color: #AE977B; }
a { background-color: rgb(174,151,123); }
div.DivClassName
{
background-color: #AE977B;
}
.BgClassName
{
background-color: #AE977B;
}
</style>
border-color css
<style>
span { border-color: #AE977B; }
span { border-color: rgb(174,151,123); }
td.TdClassName
{
border-color: #AE977B;
}
.TagClassName
{
border-color: #AE977B;
}
</style>