Shades of Bronco #AF9B7A
Tints of Bronco #AF9B7A
RGB
CMYK
RGB Variations
Color information
#AF9B7A (or 0xAF9B7A) is known color: Bronco. HEX triplet: AF, 9B and 7A. RGB value is (175,155,122). Sum of RGB (Red+Green+Blue) = 175+155+122=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9B7A is #506485. Grayscale: #9D9D9D. Windows color (decimal): -5268614 or 8035247. OLE color: 8035247.
HSL color Cylindrical-coordinate representation of color #AF9B7A: hue angle of 37.36º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF9B7A is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 155 | 122 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.31 |
| HSL | 37.36º | 0.25% | 0.58% | - |
| HSV(B) | 37.36º | 0.3% | 0.69% | - |
| XYZ | 32.91 | 33.96 | 23.23 | - |
| YUV | 157.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 155 | 122 | 0 | 0.11 | 0.30 | 0.31 | 37.36 | 0.25 | 0.58 |
| Hex | AF | 9B | 7A | 0 | B | 1E | 1F | 25 | 19 | 3A |
| Octal | 257 | 233 | 172 | 0 | 13 | 36 | 37 | 45 | 31 | 72 |
| Binary | 10101111 | 10011011 | 1111010 | 0 | 1011 | 11110 | 11111 | 100101 | 11001 | 111010 |
Color Harmonies of #AF9B7A
Complementary color
Monochromatic Colors of #AF9B7A
Black with #AF9B7A
Text Example
Text Example
White with #AF9B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9B7A; }
p { color: rgb(175,155,122); }
H1.HeaderClassName
{
color: #AF9B7A;
}
.AnyTagClassName
{
color: #AF9B7A;
}
</style>
background-color css
<style>
a { background-color: #AF9B7A; }
a { background-color: rgb(175,155,122); }
div.DivClassName
{
background-color: #AF9B7A;
}
.BgClassName
{
background-color: #AF9B7A;
}
</style>
border-color css
<style>
span { border-color: #AF9B7A; }
span { border-color: rgb(175,155,122); }
td.TdClassName
{
border-color: #AF9B7A;
}
.TagClassName
{
border-color: #AF9B7A;
}
</style>