Shades of Bronco #AF987C
Tints of Bronco #AF987C
RGB
CMYK
RGB Variations
Color information
#AF987C (or 0xAF987C) is known color: Bronco. HEX triplet: AF, 98 and 7C. RGB value is (175,152,124). Sum of RGB (Red+Green+Blue) = 175+152+124=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF987C is #506783. Grayscale: #9B9B9B. Windows color (decimal): -5269380 or 8165551. OLE color: 8165551.
HSL color Cylindrical-coordinate representation of color #AF987C: hue angle of 32.94º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF987C is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 124 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.31 |
| HSL | 32.94º | 0.24% | 0.59% | - |
| HSV(B) | 32.94º | 0.29% | 0.69% | - |
| XYZ | 32.55 | 33.03 | 23.73 | - |
| YUV | 155.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 124 | 0 | 0.13 | 0.29 | 0.31 | 32.94 | 0.24 | 0.59 |
| Hex | AF | 98 | 7C | 0 | D | 1D | 1F | 21 | 18 | 3B |
| Octal | 257 | 230 | 174 | 0 | 15 | 35 | 37 | 41 | 30 | 73 |
| Binary | 10101111 | 10011000 | 1111100 | 0 | 1101 | 11101 | 11111 | 100001 | 11000 | 111011 |
Color Harmonies of #AF987C
Complementary color
Monochromatic Colors of #AF987C
Black with #AF987C
Text Example
Text Example
White with #AF987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF987C; }
p { color: rgb(175,152,124); }
H1.HeaderClassName
{
color: #AF987C;
}
.AnyTagClassName
{
color: #AF987C;
}
</style>
background-color css
<style>
a { background-color: #AF987C; }
a { background-color: rgb(175,152,124); }
div.DivClassName
{
background-color: #AF987C;
}
.BgClassName
{
background-color: #AF987C;
}
</style>
border-color css
<style>
span { border-color: #AF987C; }
span { border-color: rgb(175,152,124); }
td.TdClassName
{
border-color: #AF987C;
}
.TagClassName
{
border-color: #AF987C;
}
</style>