Shades of Bronco #AF9A76
Tints of Bronco #AF9A76
RGB
CMYK
RGB Variations
Color information
#AF9A76 (or 0xAF9A76) is known color: Bronco. HEX triplet: AF, 9A and 76. RGB value is (175,154,118). Sum of RGB (Red+Green+Blue) = 175+154+118=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9A76 is #506589. Grayscale: #9C9C9C. Windows color (decimal): -5268874 or 7772847. OLE color: 7772847.
HSL color Cylindrical-coordinate representation of color #AF9A76: hue angle of 37.89º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF9A76 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 118 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.31 |
| HSL | 37.89º | 0.26% | 0.57% | - |
| HSV(B) | 37.89º | 0.33% | 0.69% | - |
| XYZ | 32.5 | 33.53 | 21.9 | - |
| YUV | 156.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 118 | 0 | 0.12 | 0.33 | 0.31 | 37.89 | 0.26 | 0.57 |
| Hex | AF | 9A | 76 | 0 | C | 21 | 1F | 26 | 1A | 39 |
| Octal | 257 | 232 | 166 | 0 | 14 | 41 | 37 | 46 | 32 | 71 |
| Binary | 10101111 | 10011010 | 1110110 | 0 | 1100 | 100001 | 11111 | 100110 | 11010 | 111001 |
Color Harmonies of #AF9A76
Complementary color
Monochromatic Colors of #AF9A76
Black with #AF9A76
Text Example
Text Example
White with #AF9A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A76; }
p { color: rgb(175,154,118); }
H1.HeaderClassName
{
color: #AF9A76;
}
.AnyTagClassName
{
color: #AF9A76;
}
</style>
background-color css
<style>
a { background-color: #AF9A76; }
a { background-color: rgb(175,154,118); }
div.DivClassName
{
background-color: #AF9A76;
}
.BgClassName
{
background-color: #AF9A76;
}
</style>
border-color css
<style>
span { border-color: #AF9A76; }
span { border-color: rgb(175,154,118); }
td.TdClassName
{
border-color: #AF9A76;
}
.TagClassName
{
border-color: #AF9A76;
}
</style>