Shades of Bronco #AF9A84
Tints of Bronco #AF9A84
RGB
CMYK
RGB Variations
Color information
#AF9A84 (or 0xAF9A84) is known color: Bronco. HEX triplet: AF, 9A and 84. RGB value is (175,154,132). Sum of RGB (Red+Green+Blue) = 175+154+132=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9A84 is #50657B. Grayscale: #9D9D9D. Windows color (decimal): -5268860 or 8690351. OLE color: 8690351.
HSL color Cylindrical-coordinate representation of color #AF9A84: hue angle of 30.7º 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 #AF9A84 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 132 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.31 |
| HSL | 30.7º | 0.21% | 0.6% | - |
| HSV(B) | 30.7º | 0.25% | 0.69% | - |
| XYZ | 33.4 | 33.89 | 26.61 | - |
| YUV | 157.77 | 113.46 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 132 | 0 | 0.12 | 0.25 | 0.31 | 30.7 | 0.21 | 0.6 |
| Hex | AF | 9A | 84 | 0 | C | 19 | 1F | 1F | 15 | 3C |
| Octal | 257 | 232 | 204 | 0 | 14 | 31 | 37 | 37 | 25 | 74 |
| Binary | 10101111 | 10011010 | 10000100 | 0 | 1100 | 11001 | 11111 | 11111 | 10101 | 111100 |
Color Harmonies of #AF9A84
Complementary color
Monochromatic Colors of #AF9A84
Black with #AF9A84
Text Example
Text Example
White with #AF9A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A84; }
p { color: rgb(175,154,132); }
H1.HeaderClassName
{
color: #AF9A84;
}
.AnyTagClassName
{
color: #AF9A84;
}
</style>
background-color css
<style>
a { background-color: #AF9A84; }
a { background-color: rgb(175,154,132); }
div.DivClassName
{
background-color: #AF9A84;
}
.BgClassName
{
background-color: #AF9A84;
}
</style>
border-color css
<style>
span { border-color: #AF9A84; }
span { border-color: rgb(175,154,132); }
td.TdClassName
{
border-color: #AF9A84;
}
.TagClassName
{
border-color: #AF9A84;
}
</style>