Shades of Bronco #AFA080
Tints of Bronco #AFA080
RGB
CMYK
RGB Variations
Color information
#AFA080 (or 0xAFA080) is known color: Bronco. HEX triplet: AF, A0 and 80. RGB value is (175,160,128). Sum of RGB (Red+Green+Blue) = 175+160+128=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA080 is #505F7F. Grayscale: #A0A0A0. Windows color (decimal): -5267328 or 8429743. OLE color: 8429743.
HSL color Cylindrical-coordinate representation of color #AFA080: hue angle of 40.85º 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 #AFA080 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 128 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.31 |
| HSL | 40.85º | 0.23% | 0.59% | - |
| HSV(B) | 40.85º | 0.27% | 0.69% | - |
| XYZ | 34.15 | 35.81 | 25.54 | - |
| YUV | 160.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 128 | 0 | 0.09 | 0.27 | 0.31 | 40.85 | 0.23 | 0.59 |
| Hex | AF | A0 | 80 | 0 | 9 | 1B | 1F | 29 | 17 | 3B |
| Octal | 257 | 240 | 200 | 0 | 11 | 33 | 37 | 51 | 27 | 73 |
| Binary | 10101111 | 10100000 | 10000000 | 0 | 1001 | 11011 | 11111 | 101001 | 10111 | 111011 |
Color Harmonies of #AFA080
Complementary color
Monochromatic Colors of #AFA080
Black with #AFA080
Text Example
Text Example
White with #AFA080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA080; }
p { color: rgb(175,160,128); }
H1.HeaderClassName
{
color: #AFA080;
}
.AnyTagClassName
{
color: #AFA080;
}
</style>
background-color css
<style>
a { background-color: #AFA080; }
a { background-color: rgb(175,160,128); }
div.DivClassName
{
background-color: #AFA080;
}
.BgClassName
{
background-color: #AFA080;
}
</style>
border-color css
<style>
span { border-color: #AFA080; }
span { border-color: rgb(175,160,128); }
td.TdClassName
{
border-color: #AFA080;
}
.TagClassName
{
border-color: #AFA080;
}
</style>