Shades of Bronco #AF9B83
Tints of Bronco #AF9B83
RGB
CMYK
RGB Variations
Color information
#AF9B83 (or 0xAF9B83) is known color: Bronco. HEX triplet: AF, 9B and 83. RGB value is (175,155,131). Sum of RGB (Red+Green+Blue) = 175+155+131=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9B83 is #50647C. Grayscale: #9E9E9E. Windows color (decimal): -5268605 or 8625071. OLE color: 8625071.
HSL color Cylindrical-coordinate representation of color #AF9B83: hue angle of 32.73º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF9B83 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 155 | 131 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.31 |
| HSL | 32.73º | 0.22% | 0.6% | - |
| HSV(B) | 32.73º | 0.25% | 0.69% | - |
| XYZ | 33.5 | 34.2 | 26.31 | - |
| YUV | 158.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 155 | 131 | 0 | 0.11 | 0.25 | 0.31 | 32.73 | 0.22 | 0.6 |
| Hex | AF | 9B | 83 | 0 | B | 19 | 1F | 21 | 16 | 3C |
| Octal | 257 | 233 | 203 | 0 | 13 | 31 | 37 | 41 | 26 | 74 |
| Binary | 10101111 | 10011011 | 10000011 | 0 | 1011 | 11001 | 11111 | 100001 | 10110 | 111100 |
Color Harmonies of #AF9B83
Complementary color
Monochromatic Colors of #AF9B83
Black with #AF9B83
Text Example
Text Example
White with #AF9B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9B83; }
p { color: rgb(175,155,131); }
H1.HeaderClassName
{
color: #AF9B83;
}
.AnyTagClassName
{
color: #AF9B83;
}
</style>
background-color css
<style>
a { background-color: #AF9B83; }
a { background-color: rgb(175,155,131); }
div.DivClassName
{
background-color: #AF9B83;
}
.BgClassName
{
background-color: #AF9B83;
}
</style>
border-color css
<style>
span { border-color: #AF9B83; }
span { border-color: rgb(175,155,131); }
td.TdClassName
{
border-color: #AF9B83;
}
.TagClassName
{
border-color: #AF9B83;
}
</style>