Shades of Bronco #AF9F7D
Tints of Bronco #AF9F7D
RGB
CMYK
RGB Variations
Color information
#AF9F7D (or 0xAF9F7D) is known color: Bronco. HEX triplet: AF, 9F and 7D. RGB value is (175,159,125). Sum of RGB (Red+Green+Blue) = 175+159+125=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9F7D is #506082. Grayscale: #A0A0A0. Windows color (decimal): -5267587 or 8232879. OLE color: 8232879.
HSL color Cylindrical-coordinate representation of color #AF9F7D: hue angle of 40.8º 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 #AF9F7D is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 159 | 125 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.31 |
| HSL | 40.8º | 0.24% | 0.59% | - |
| HSV(B) | 40.8º | 0.29% | 0.69% | - |
| XYZ | 33.78 | 35.39 | 24.45 | - |
| YUV | 159.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 159 | 125 | 0 | 0.09 | 0.29 | 0.31 | 40.8 | 0.24 | 0.59 |
| Hex | AF | 9F | 7D | 0 | 9 | 1D | 1F | 29 | 18 | 3B |
| Octal | 257 | 237 | 175 | 0 | 11 | 35 | 37 | 51 | 30 | 73 |
| Binary | 10101111 | 10011111 | 1111101 | 0 | 1001 | 11101 | 11111 | 101001 | 11000 | 111011 |
Color Harmonies of #AF9F7D
Complementary color
Monochromatic Colors of #AF9F7D
Black with #AF9F7D
Text Example
Text Example
White with #AF9F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9F7D; }
p { color: rgb(175,159,125); }
H1.HeaderClassName
{
color: #AF9F7D;
}
.AnyTagClassName
{
color: #AF9F7D;
}
</style>
background-color css
<style>
a { background-color: #AF9F7D; }
a { background-color: rgb(175,159,125); }
div.DivClassName
{
background-color: #AF9F7D;
}
.BgClassName
{
background-color: #AF9F7D;
}
</style>
border-color css
<style>
span { border-color: #AF9F7D; }
span { border-color: rgb(175,159,125); }
td.TdClassName
{
border-color: #AF9F7D;
}
.TagClassName
{
border-color: #AF9F7D;
}
</style>