Shades of Bronco #AF9C84
Tints of Bronco #AF9C84
RGB
CMYK
RGB Variations
Color information
#AF9C84 (or 0xAF9C84) is known color: Bronco. HEX triplet: AF, 9C and 84. RGB value is (175,156,132). Sum of RGB (Red+Green+Blue) = 175+156+132=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9C84 is #50637B. Grayscale: #9F9F9F. Windows color (decimal): -5268348 or 8690863. OLE color: 8690863.
HSL color Cylindrical-coordinate representation of color #AF9C84: hue angle of 33.49º degrees, saturation: 0.21, 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 #AF9C84 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 132 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.31 |
| HSL | 33.49º | 0.21% | 0.6% | - |
| HSV(B) | 33.49º | 0.25% | 0.69% | - |
| XYZ | 33.73 | 34.56 | 26.72 | - |
| YUV | 158.95 | 112.79 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 132 | 0 | 0.11 | 0.25 | 0.31 | 33.49 | 0.21 | 0.6 |
| Hex | AF | 9C | 84 | 0 | B | 19 | 1F | 21 | 15 | 3C |
| Octal | 257 | 234 | 204 | 0 | 13 | 31 | 37 | 41 | 25 | 74 |
| Binary | 10101111 | 10011100 | 10000100 | 0 | 1011 | 11001 | 11111 | 100001 | 10101 | 111100 |
Color Harmonies of #AF9C84
Complementary color
Monochromatic Colors of #AF9C84
Black with #AF9C84
Text Example
Text Example
White with #AF9C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C84; }
p { color: rgb(175,156,132); }
H1.HeaderClassName
{
color: #AF9C84;
}
.AnyTagClassName
{
color: #AF9C84;
}
</style>
background-color css
<style>
a { background-color: #AF9C84; }
a { background-color: rgb(175,156,132); }
div.DivClassName
{
background-color: #AF9C84;
}
.BgClassName
{
background-color: #AF9C84;
}
</style>
border-color css
<style>
span { border-color: #AF9C84; }
span { border-color: rgb(175,156,132); }
td.TdClassName
{
border-color: #AF9C84;
}
.TagClassName
{
border-color: #AF9C84;
}
</style>