Shades of Bronco #AF987A
Tints of Bronco #AF987A
RGB
CMYK
RGB Variations
Color information
#AF987A (or 0xAF987A) is known color: Bronco. HEX triplet: AF, 98 and 7A. RGB value is (175,152,122). Sum of RGB (Red+Green+Blue) = 175+152+122=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF987A is #506785. Grayscale: #9B9B9B. Windows color (decimal): -5269382 or 8034479. OLE color: 8034479.
HSL color Cylindrical-coordinate representation of color #AF987A: hue angle of 33.96º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF987A is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 122 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.31 |
| HSL | 33.96º | 0.25% | 0.58% | - |
| HSV(B) | 33.96º | 0.3% | 0.69% | - |
| XYZ | 32.42 | 32.98 | 23.07 | - |
| YUV | 155.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 122 | 0 | 0.13 | 0.30 | 0.31 | 33.96 | 0.25 | 0.58 |
| Hex | AF | 98 | 7A | 0 | D | 1E | 1F | 22 | 19 | 3A |
| Octal | 257 | 230 | 172 | 0 | 15 | 36 | 37 | 42 | 31 | 72 |
| Binary | 10101111 | 10011000 | 1111010 | 0 | 1101 | 11110 | 11111 | 100010 | 11001 | 111010 |
Color Harmonies of #AF987A
Complementary color
Monochromatic Colors of #AF987A
Black with #AF987A
Text Example
Text Example
White with #AF987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF987A; }
p { color: rgb(175,152,122); }
H1.HeaderClassName
{
color: #AF987A;
}
.AnyTagClassName
{
color: #AF987A;
}
</style>
background-color css
<style>
a { background-color: #AF987A; }
a { background-color: rgb(175,152,122); }
div.DivClassName
{
background-color: #AF987A;
}
.BgClassName
{
background-color: #AF987A;
}
</style>
border-color css
<style>
span { border-color: #AF987A; }
span { border-color: rgb(175,152,122); }
td.TdClassName
{
border-color: #AF987A;
}
.TagClassName
{
border-color: #AF987A;
}
</style>