Shades of Bronco #AF9E7D
Tints of Bronco #AF9E7D
RGB
CMYK
RGB Variations
Color information
#AF9E7D (or 0xAF9E7D) is known color: Bronco. HEX triplet: AF, 9E and 7D. RGB value is (175,158,125). Sum of RGB (Red+Green+Blue) = 175+158+125=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E7D is #506182. Grayscale: #9F9F9F. Windows color (decimal): -5267843 or 8232623. OLE color: 8232623.
HSL color Cylindrical-coordinate representation of color #AF9E7D: hue angle of 39.6º 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 #AF9E7D is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 158 | 125 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.31 |
| HSL | 39.6º | 0.24% | 0.59% | - |
| HSV(B) | 39.6º | 0.29% | 0.69% | - |
| XYZ | 33.61 | 35.05 | 24.4 | - |
| YUV | 159.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 158 | 125 | 0 | 0.10 | 0.29 | 0.31 | 39.6 | 0.24 | 0.59 |
| Hex | AF | 9E | 7D | 0 | A | 1D | 1F | 28 | 18 | 3B |
| Octal | 257 | 236 | 175 | 0 | 12 | 35 | 37 | 50 | 30 | 73 |
| Binary | 10101111 | 10011110 | 1111101 | 0 | 1010 | 11101 | 11111 | 101000 | 11000 | 111011 |
Color Harmonies of #AF9E7D
Complementary color
Monochromatic Colors of #AF9E7D
Black with #AF9E7D
Text Example
Text Example
White with #AF9E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9E7D; }
p { color: rgb(175,158,125); }
H1.HeaderClassName
{
color: #AF9E7D;
}
.AnyTagClassName
{
color: #AF9E7D;
}
</style>
background-color css
<style>
a { background-color: #AF9E7D; }
a { background-color: rgb(175,158,125); }
div.DivClassName
{
background-color: #AF9E7D;
}
.BgClassName
{
background-color: #AF9E7D;
}
</style>
border-color css
<style>
span { border-color: #AF9E7D; }
span { border-color: rgb(175,158,125); }
td.TdClassName
{
border-color: #AF9E7D;
}
.TagClassName
{
border-color: #AF9E7D;
}
</style>