Shades of Bronco #AFA085
Tints of Bronco #AFA085
RGB
CMYK
RGB Variations
Color information
#AFA085 (or 0xAFA085) is known color: Bronco. HEX triplet: AF, A0 and 85. RGB value is (175,160,133). Sum of RGB (Red+Green+Blue) = 175+160+133=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA085 is #505F7A. Grayscale: #A1A1A1. Windows color (decimal): -5267323 or 8757423. OLE color: 8757423.
HSL color Cylindrical-coordinate representation of color #AFA085: hue angle of 38.57º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFA085 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 133 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.31 |
| HSL | 38.57º | 0.21% | 0.6% | - |
| HSV(B) | 38.57º | 0.24% | 0.69% | - |
| XYZ | 34.48 | 35.95 | 27.31 | - |
| YUV | 161.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 133 | 0 | 0.09 | 0.24 | 0.31 | 38.57 | 0.21 | 0.6 |
| Hex | AF | A0 | 85 | 0 | 9 | 18 | 1F | 27 | 15 | 3C |
| Octal | 257 | 240 | 205 | 0 | 11 | 30 | 37 | 47 | 25 | 74 |
| Binary | 10101111 | 10100000 | 10000101 | 0 | 1001 | 11000 | 11111 | 100111 | 10101 | 111100 |
Color Harmonies of #AFA085
Complementary color
Monochromatic Colors of #AFA085
Black with #AFA085
Text Example
Text Example
White with #AFA085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA085; }
p { color: rgb(175,160,133); }
H1.HeaderClassName
{
color: #AFA085;
}
.AnyTagClassName
{
color: #AFA085;
}
</style>
background-color css
<style>
a { background-color: #AFA085; }
a { background-color: rgb(175,160,133); }
div.DivClassName
{
background-color: #AFA085;
}
.BgClassName
{
background-color: #AFA085;
}
</style>
border-color css
<style>
span { border-color: #AFA085; }
span { border-color: rgb(175,160,133); }
td.TdClassName
{
border-color: #AFA085;
}
.TagClassName
{
border-color: #AFA085;
}
</style>