Shades of Bronco #AE9A7A
Tints of Bronco #AE9A7A
RGB
CMYK
RGB Variations
Color information
#AE9A7A (or 0xAE9A7A) is known color: Bronco. HEX triplet: AE, 9A and 7A. RGB value is (174,154,122). Sum of RGB (Red+Green+Blue) = 174+154+122=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A7A is #516585. Grayscale: #9C9C9C. Windows color (decimal): -5334406 or 8034990. OLE color: 8034990.
HSL color Cylindrical-coordinate representation of color #AE9A7A: hue angle of 36.92º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE9A7A is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 154 | 122 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.32 |
| HSL | 36.92º | 0.24% | 0.58% | - |
| HSV(B) | 36.92º | 0.3% | 0.68% | - |
| XYZ | 32.52 | 33.52 | 23.17 | - |
| YUV | 156.33 | 108.63 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 154 | 122 | 0 | 0.11 | 0.30 | 0.32 | 36.92 | 0.24 | 0.58 |
| Hex | AE | 9A | 7A | 0 | B | 1E | 20 | 25 | 18 | 3A |
| Octal | 256 | 232 | 172 | 0 | 13 | 36 | 40 | 45 | 30 | 72 |
| Binary | 10101110 | 10011010 | 1111010 | 0 | 1011 | 11110 | 100000 | 100101 | 11000 | 111010 |
Color Harmonies of #AE9A7A
Complementary color
Monochromatic Colors of #AE9A7A
Black with #AE9A7A
Text Example
Text Example
White with #AE9A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9A7A; }
p { color: rgb(174,154,122); }
H1.HeaderClassName
{
color: #AE9A7A;
}
.AnyTagClassName
{
color: #AE9A7A;
}
</style>
background-color css
<style>
a { background-color: #AE9A7A; }
a { background-color: rgb(174,154,122); }
div.DivClassName
{
background-color: #AE9A7A;
}
.BgClassName
{
background-color: #AE9A7A;
}
</style>
border-color css
<style>
span { border-color: #AE9A7A; }
span { border-color: rgb(174,154,122); }
td.TdClassName
{
border-color: #AE9A7A;
}
.TagClassName
{
border-color: #AE9A7A;
}
</style>