Shades of Bronco #AF9B85
Tints of Bronco #AF9B85
RGB
CMYK
RGB Variations
Color information
#AF9B85 (or 0xAF9B85) is known color: Bronco. HEX triplet: AF, 9B and 85. RGB value is (175,155,133). Sum of RGB (Red+Green+Blue) = 175+155+133=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9B85 is #50647A. Grayscale: #9E9E9E. Windows color (decimal): -5268603 or 8756143. OLE color: 8756143.
HSL color Cylindrical-coordinate representation of color #AF9B85: hue angle of 31.43º 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 #AF9B85 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 155 | 133 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.31 |
| HSL | 31.43º | 0.21% | 0.6% | - |
| HSV(B) | 31.43º | 0.24% | 0.69% | - |
| XYZ | 33.63 | 34.25 | 27.03 | - |
| YUV | 158.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 155 | 133 | 0 | 0.11 | 0.24 | 0.31 | 31.43 | 0.21 | 0.6 |
| Hex | AF | 9B | 85 | 0 | B | 18 | 1F | 1F | 15 | 3C |
| Octal | 257 | 233 | 205 | 0 | 13 | 30 | 37 | 37 | 25 | 74 |
| Binary | 10101111 | 10011011 | 10000101 | 0 | 1011 | 11000 | 11111 | 11111 | 10101 | 111100 |
Color Harmonies of #AF9B85
Complementary color
Monochromatic Colors of #AF9B85
Black with #AF9B85
Text Example
Text Example
White with #AF9B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9B85; }
p { color: rgb(175,155,133); }
H1.HeaderClassName
{
color: #AF9B85;
}
.AnyTagClassName
{
color: #AF9B85;
}
</style>
background-color css
<style>
a { background-color: #AF9B85; }
a { background-color: rgb(175,155,133); }
div.DivClassName
{
background-color: #AF9B85;
}
.BgClassName
{
background-color: #AF9B85;
}
</style>
border-color css
<style>
span { border-color: #AF9B85; }
span { border-color: rgb(175,155,133); }
td.TdClassName
{
border-color: #AF9B85;
}
.TagClassName
{
border-color: #AF9B85;
}
</style>