Shades of Bronco #AF9875
Tints of Bronco #AF9875
RGB
CMYK
RGB Variations
Color information
#AF9875 (or 0xAF9875) is known color: Bronco. HEX triplet: AF, 98 and 75. RGB value is (175,152,117). Sum of RGB (Red+Green+Blue) = 175+152+117=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9875 is #50678A. Grayscale: #9B9B9B. Windows color (decimal): -5269387 or 7706799. OLE color: 7706799.
HSL color Cylindrical-coordinate representation of color #AF9875: hue angle of 36.21º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF9875 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 117 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.31 |
| HSL | 36.21º | 0.27% | 0.57% | - |
| HSV(B) | 36.21º | 0.33% | 0.69% | - |
| XYZ | 32.12 | 32.85 | 21.48 | - |
| YUV | 154.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 117 | 0 | 0.13 | 0.33 | 0.31 | 36.21 | 0.27 | 0.57 |
| Hex | AF | 98 | 75 | 0 | D | 21 | 1F | 24 | 1B | 39 |
| Octal | 257 | 230 | 165 | 0 | 15 | 41 | 37 | 44 | 33 | 71 |
| Binary | 10101111 | 10011000 | 1110101 | 0 | 1101 | 100001 | 11111 | 100100 | 11011 | 111001 |
Color Harmonies of #AF9875
Complementary color
Monochromatic Colors of #AF9875
Black with #AF9875
Text Example
Text Example
White with #AF9875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9875; }
p { color: rgb(175,152,117); }
H1.HeaderClassName
{
color: #AF9875;
}
.AnyTagClassName
{
color: #AF9875;
}
</style>
background-color css
<style>
a { background-color: #AF9875; }
a { background-color: rgb(175,152,117); }
div.DivClassName
{
background-color: #AF9875;
}
.BgClassName
{
background-color: #AF9875;
}
</style>
border-color css
<style>
span { border-color: #AF9875; }
span { border-color: rgb(175,152,117); }
td.TdClassName
{
border-color: #AF9875;
}
.TagClassName
{
border-color: #AF9875;
}
</style>