Shades of Bronco #AE997B
Tints of Bronco #AE997B
RGB
CMYK
RGB Variations
Color information
#AE997B (or 0xAE997B) is known color: Bronco. HEX triplet: AE, 99 and 7B. RGB value is (174,153,123). Sum of RGB (Red+Green+Blue) = 174+153+123=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE997B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE997B is #516684. Grayscale: #9C9C9C. Windows color (decimal): -5334661 or 8100270. OLE color: 8100270.
HSL color Cylindrical-coordinate representation of color #AE997B: hue angle of 35.29º 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 #AE997B is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 153 | 123 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.32 |
| HSL | 35.29º | 0.24% | 0.58% | - |
| HSV(B) | 35.29º | 0.29% | 0.68% | - |
| XYZ | 32.42 | 33.21 | 23.44 | - |
| YUV | 155.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 153 | 123 | 0 | 0.12 | 0.29 | 0.32 | 35.29 | 0.24 | 0.58 |
| Hex | AE | 99 | 7B | 0 | C | 1D | 20 | 23 | 18 | 3A |
| Octal | 256 | 231 | 173 | 0 | 14 | 35 | 40 | 43 | 30 | 72 |
| Binary | 10101110 | 10011001 | 1111011 | 0 | 1100 | 11101 | 100000 | 100011 | 11000 | 111010 |
Color Harmonies of #AE997B
Complementary color
Monochromatic Colors of #AE997B
Black with #AE997B
Text Example
Text Example
White with #AE997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE997B; }
p { color: rgb(174,153,123); }
H1.HeaderClassName
{
color: #AE997B;
}
.AnyTagClassName
{
color: #AE997B;
}
</style>
background-color css
<style>
a { background-color: #AE997B; }
a { background-color: rgb(174,153,123); }
div.DivClassName
{
background-color: #AE997B;
}
.BgClassName
{
background-color: #AE997B;
}
</style>
border-color css
<style>
span { border-color: #AE997B; }
span { border-color: rgb(174,153,123); }
td.TdClassName
{
border-color: #AE997B;
}
.TagClassName
{
border-color: #AE997B;
}
</style>