Shades of Bronco #AE9A78
Tints of Bronco #AE9A78
RGB
CMYK
RGB Variations
Color information
#AE9A78 (or 0xAE9A78) is known color: Bronco. HEX triplet: AE, 9A and 78. RGB value is (174,154,120). Sum of RGB (Red+Green+Blue) = 174+154+120=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A78 is #516587. Grayscale: #9C9C9C. Windows color (decimal): -5334408 or 7903918. OLE color: 7903918.
HSL color Cylindrical-coordinate representation of color #AE9A78: hue angle of 37.78º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE9A78 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 154 | 120 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.32 |
| HSL | 37.78º | 0.25% | 0.58% | - |
| HSV(B) | 37.78º | 0.31% | 0.68% | - |
| XYZ | 32.4 | 33.47 | 22.52 | - |
| YUV | 156.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 154 | 120 | 0 | 0.11 | 0.31 | 0.32 | 37.78 | 0.25 | 0.58 |
| Hex | AE | 9A | 78 | 0 | B | 1F | 20 | 26 | 19 | 3A |
| Octal | 256 | 232 | 170 | 0 | 13 | 37 | 40 | 46 | 31 | 72 |
| Binary | 10101110 | 10011010 | 1111000 | 0 | 1011 | 11111 | 100000 | 100110 | 11001 | 111010 |
Color Harmonies of #AE9A78
Complementary color
Monochromatic Colors of #AE9A78
Black with #AE9A78
Text Example
Text Example
White with #AE9A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9A78; }
p { color: rgb(174,154,120); }
H1.HeaderClassName
{
color: #AE9A78;
}
.AnyTagClassName
{
color: #AE9A78;
}
</style>
background-color css
<style>
a { background-color: #AE9A78; }
a { background-color: rgb(174,154,120); }
div.DivClassName
{
background-color: #AE9A78;
}
.BgClassName
{
background-color: #AE9A78;
}
</style>
border-color css
<style>
span { border-color: #AE9A78; }
span { border-color: rgb(174,154,120); }
td.TdClassName
{
border-color: #AE9A78;
}
.TagClassName
{
border-color: #AE9A78;
}
</style>