Shades of Bronco #AF9975
Tints of Bronco #AF9975
RGB
CMYK
RGB Variations
Color information
#AF9975 (or 0xAF9975) is known color: Bronco. HEX triplet: AF, 99 and 75. RGB value is (175,153,117). Sum of RGB (Red+Green+Blue) = 175+153+117=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9975 is #50668A. Grayscale: #9B9B9B. Windows color (decimal): -5269131 or 7707055. OLE color: 7707055.
HSL color Cylindrical-coordinate representation of color #AF9975: hue angle of 37.24º 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 #AF9975 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 117 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.31 |
| HSL | 37.24º | 0.27% | 0.57% | - |
| HSV(B) | 37.24º | 0.33% | 0.69% | - |
| XYZ | 32.28 | 33.18 | 21.53 | - |
| YUV | 155.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 117 | 0 | 0.13 | 0.33 | 0.31 | 37.24 | 0.27 | 0.57 |
| Hex | AF | 99 | 75 | 0 | D | 21 | 1F | 25 | 1B | 39 |
| Octal | 257 | 231 | 165 | 0 | 15 | 41 | 37 | 45 | 33 | 71 |
| Binary | 10101111 | 10011001 | 1110101 | 0 | 1101 | 100001 | 11111 | 100101 | 11011 | 111001 |
Color Harmonies of #AF9975
Complementary color
Monochromatic Colors of #AF9975
Black with #AF9975
Text Example
Text Example
White with #AF9975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9975; }
p { color: rgb(175,153,117); }
H1.HeaderClassName
{
color: #AF9975;
}
.AnyTagClassName
{
color: #AF9975;
}
</style>
background-color css
<style>
a { background-color: #AF9975; }
a { background-color: rgb(175,153,117); }
div.DivClassName
{
background-color: #AF9975;
}
.BgClassName
{
background-color: #AF9975;
}
</style>
border-color css
<style>
span { border-color: #AF9975; }
span { border-color: rgb(175,153,117); }
td.TdClassName
{
border-color: #AF9975;
}
.TagClassName
{
border-color: #AF9975;
}
</style>