Shades of Bronco #AF9E80
Tints of Bronco #AF9E80
RGB
CMYK
RGB Variations
Color information
#AF9E80 (or 0xAF9E80) is known color: Bronco. HEX triplet: AF, 9E and 80. RGB value is (175,158,128). Sum of RGB (Red+Green+Blue) = 175+158+128=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9E80 is #50617F. Grayscale: #9F9F9F. Windows color (decimal): -5267840 or 8429231. OLE color: 8429231.
HSL color Cylindrical-coordinate representation of color #AF9E80: hue angle of 38.3º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF9E80 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 158 | 128 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.31 |
| HSL | 38.3º | 0.23% | 0.59% | - |
| HSV(B) | 38.3º | 0.27% | 0.69% | - |
| XYZ | 33.8 | 35.13 | 25.42 | - |
| YUV | 159.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 158 | 128 | 0 | 0.10 | 0.27 | 0.31 | 38.3 | 0.23 | 0.59 |
| Hex | AF | 9E | 80 | 0 | A | 1B | 1F | 26 | 17 | 3B |
| Octal | 257 | 236 | 200 | 0 | 12 | 33 | 37 | 46 | 27 | 73 |
| Binary | 10101111 | 10011110 | 10000000 | 0 | 1010 | 11011 | 11111 | 100110 | 10111 | 111011 |
Color Harmonies of #AF9E80
Complementary color
Monochromatic Colors of #AF9E80
Black with #AF9E80
Text Example
Text Example
White with #AF9E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9E80; }
p { color: rgb(175,158,128); }
H1.HeaderClassName
{
color: #AF9E80;
}
.AnyTagClassName
{
color: #AF9E80;
}
</style>
background-color css
<style>
a { background-color: #AF9E80; }
a { background-color: rgb(175,158,128); }
div.DivClassName
{
background-color: #AF9E80;
}
.BgClassName
{
background-color: #AF9E80;
}
</style>
border-color css
<style>
span { border-color: #AF9E80; }
span { border-color: rgb(175,158,128); }
td.TdClassName
{
border-color: #AF9E80;
}
.TagClassName
{
border-color: #AF9E80;
}
</style>