Shades of Bronco #AE9A7B
Tints of Bronco #AE9A7B
RGB
CMYK
RGB Variations
Color information
#AE9A7B (or 0xAE9A7B) is known color: Bronco. HEX triplet: AE, 9A and 7B. RGB value is (174,154,123). Sum of RGB (Red+Green+Blue) = 174+154+123=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A7B is #516584. Grayscale: #9C9C9C. Windows color (decimal): -5334405 or 8100526. OLE color: 8100526.
HSL color Cylindrical-coordinate representation of color #AE9A7B: hue angle of 36.47º 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 #AE9A7B is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 154 | 123 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.32 |
| HSL | 36.47º | 0.24% | 0.58% | - |
| HSV(B) | 36.47º | 0.29% | 0.68% | - |
| XYZ | 32.59 | 33.54 | 23.5 | - |
| YUV | 156.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 154 | 123 | 0 | 0.11 | 0.29 | 0.32 | 36.47 | 0.24 | 0.58 |
| Hex | AE | 9A | 7B | 0 | B | 1D | 20 | 24 | 18 | 3A |
| Octal | 256 | 232 | 173 | 0 | 13 | 35 | 40 | 44 | 30 | 72 |
| Binary | 10101110 | 10011010 | 1111011 | 0 | 1011 | 11101 | 100000 | 100100 | 11000 | 111010 |
Color Harmonies of #AE9A7B
Complementary color
Monochromatic Colors of #AE9A7B
Black with #AE9A7B
Text Example
Text Example
White with #AE9A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9A7B; }
p { color: rgb(174,154,123); }
H1.HeaderClassName
{
color: #AE9A7B;
}
.AnyTagClassName
{
color: #AE9A7B;
}
</style>
background-color css
<style>
a { background-color: #AE9A7B; }
a { background-color: rgb(174,154,123); }
div.DivClassName
{
background-color: #AE9A7B;
}
.BgClassName
{
background-color: #AE9A7B;
}
</style>
border-color css
<style>
span { border-color: #AE9A7B; }
span { border-color: rgb(174,154,123); }
td.TdClassName
{
border-color: #AE9A7B;
}
.TagClassName
{
border-color: #AE9A7B;
}
</style>