Shades of Bronco #AF9C83
Tints of Bronco #AF9C83
RGB
CMYK
RGB Variations
Color information
#AF9C83 (or 0xAF9C83) is known color: Bronco. HEX triplet: AF, 9C and 83. RGB value is (175,156,131). Sum of RGB (Red+Green+Blue) = 175+156+131=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9C83 is #50637C. Grayscale: #9E9E9E. Windows color (decimal): -5268349 or 8625327. OLE color: 8625327.
HSL color Cylindrical-coordinate representation of color #AF9C83: hue angle of 34.09º 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 #AF9C83 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 131 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.31 |
| HSL | 34.09º | 0.22% | 0.6% | - |
| HSV(B) | 34.09º | 0.25% | 0.69% | - |
| XYZ | 33.66 | 34.53 | 26.36 | - |
| YUV | 158.83 | 112.29 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 131 | 0 | 0.11 | 0.25 | 0.31 | 34.09 | 0.22 | 0.6 |
| Hex | AF | 9C | 83 | 0 | B | 19 | 1F | 22 | 16 | 3C |
| Octal | 257 | 234 | 203 | 0 | 13 | 31 | 37 | 42 | 26 | 74 |
| Binary | 10101111 | 10011100 | 10000011 | 0 | 1011 | 11001 | 11111 | 100010 | 10110 | 111100 |
Color Harmonies of #AF9C83
Complementary color
Monochromatic Colors of #AF9C83
Black with #AF9C83
Text Example
Text Example
White with #AF9C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C83; }
p { color: rgb(175,156,131); }
H1.HeaderClassName
{
color: #AF9C83;
}
.AnyTagClassName
{
color: #AF9C83;
}
</style>
background-color css
<style>
a { background-color: #AF9C83; }
a { background-color: rgb(175,156,131); }
div.DivClassName
{
background-color: #AF9C83;
}
.BgClassName
{
background-color: #AF9C83;
}
</style>
border-color css
<style>
span { border-color: #AF9C83; }
span { border-color: rgb(175,156,131); }
td.TdClassName
{
border-color: #AF9C83;
}
.TagClassName
{
border-color: #AF9C83;
}
</style>