Shades of Bronco #AF9A7E
Tints of Bronco #AF9A7E
RGB
CMYK
RGB Variations
Color information
#AF9A7E (or 0xAF9A7E) is known color: Bronco. HEX triplet: AF, 9A and 7E. RGB value is (175,154,126). Sum of RGB (Red+Green+Blue) = 175+154+126=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9A7E is #506581. Grayscale: #9D9D9D. Windows color (decimal): -5268866 or 8297135. OLE color: 8297135.
HSL color Cylindrical-coordinate representation of color #AF9A7E: hue angle of 34.29º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF9A7E is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 126 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.31 |
| HSL | 34.29º | 0.23% | 0.59% | - |
| HSV(B) | 34.29º | 0.28% | 0.69% | - |
| XYZ | 33 | 33.73 | 24.51 | - |
| YUV | 157.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 126 | 0 | 0.12 | 0.28 | 0.31 | 34.29 | 0.23 | 0.59 |
| Hex | AF | 9A | 7E | 0 | C | 1C | 1F | 22 | 17 | 3B |
| Octal | 257 | 232 | 176 | 0 | 14 | 34 | 37 | 42 | 27 | 73 |
| Binary | 10101111 | 10011010 | 1111110 | 0 | 1100 | 11100 | 11111 | 100010 | 10111 | 111011 |
Color Harmonies of #AF9A7E
Complementary color
Monochromatic Colors of #AF9A7E
Black with #AF9A7E
Text Example
Text Example
White with #AF9A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A7E; }
p { color: rgb(175,154,126); }
H1.HeaderClassName
{
color: #AF9A7E;
}
.AnyTagClassName
{
color: #AF9A7E;
}
</style>
background-color css
<style>
a { background-color: #AF9A7E; }
a { background-color: rgb(175,154,126); }
div.DivClassName
{
background-color: #AF9A7E;
}
.BgClassName
{
background-color: #AF9A7E;
}
</style>
border-color css
<style>
span { border-color: #AF9A7E; }
span { border-color: rgb(175,154,126); }
td.TdClassName
{
border-color: #AF9A7E;
}
.TagClassName
{
border-color: #AF9A7E;
}
</style>