Shades of Bronco #AF9A80
Tints of Bronco #AF9A80
RGB
CMYK
RGB Variations
Color information
#AF9A80 (or 0xAF9A80) is known color: Bronco. HEX triplet: AF, 9A and 80. RGB value is (175,154,128). Sum of RGB (Red+Green+Blue) = 175+154+128=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9A80 is #50657F. Grayscale: #9D9D9D. Windows color (decimal): -5268864 or 8428207. OLE color: 8428207.
HSL color Cylindrical-coordinate representation of color #AF9A80: hue angle of 33.19º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF9A80 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 128 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.31 |
| HSL | 33.19º | 0.23% | 0.59% | - |
| HSV(B) | 33.19º | 0.27% | 0.69% | - |
| XYZ | 33.13 | 33.78 | 25.2 | - |
| YUV | 157.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 128 | 0 | 0.12 | 0.27 | 0.31 | 33.19 | 0.23 | 0.59 |
| Hex | AF | 9A | 80 | 0 | C | 1B | 1F | 21 | 17 | 3B |
| Octal | 257 | 232 | 200 | 0 | 14 | 33 | 37 | 41 | 27 | 73 |
| Binary | 10101111 | 10011010 | 10000000 | 0 | 1100 | 11011 | 11111 | 100001 | 10111 | 111011 |
Color Harmonies of #AF9A80
Complementary color
Monochromatic Colors of #AF9A80
Black with #AF9A80
Text Example
Text Example
White with #AF9A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A80; }
p { color: rgb(175,154,128); }
H1.HeaderClassName
{
color: #AF9A80;
}
.AnyTagClassName
{
color: #AF9A80;
}
</style>
background-color css
<style>
a { background-color: #AF9A80; }
a { background-color: rgb(175,154,128); }
div.DivClassName
{
background-color: #AF9A80;
}
.BgClassName
{
background-color: #AF9A80;
}
</style>
border-color css
<style>
span { border-color: #AF9A80; }
span { border-color: rgb(175,154,128); }
td.TdClassName
{
border-color: #AF9A80;
}
.TagClassName
{
border-color: #AF9A80;
}
</style>