Shades of Bronco #AF9B7B
Tints of Bronco #AF9B7B
RGB
CMYK
RGB Variations
Color information
#AF9B7B (or 0xAF9B7B) is known color: Bronco. HEX triplet: AF, 9B and 7B. RGB value is (175,155,123). Sum of RGB (Red+Green+Blue) = 175+155+123=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9B7B is #506484. Grayscale: #9D9D9D. Windows color (decimal): -5268613 or 8100783. OLE color: 8100783.
HSL color Cylindrical-coordinate representation of color #AF9B7B: hue angle of 36.92º 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 #AF9B7B is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 155 | 123 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.31 |
| HSL | 36.92º | 0.25% | 0.58% | - |
| HSV(B) | 36.92º | 0.3% | 0.69% | - |
| XYZ | 32.98 | 33.99 | 23.56 | - |
| YUV | 157.33 | 108.63 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 155 | 123 | 0 | 0.11 | 0.30 | 0.31 | 36.92 | 0.25 | 0.58 |
| Hex | AF | 9B | 7B | 0 | B | 1E | 1F | 25 | 19 | 3A |
| Octal | 257 | 233 | 173 | 0 | 13 | 36 | 37 | 45 | 31 | 72 |
| Binary | 10101111 | 10011011 | 1111011 | 0 | 1011 | 11110 | 11111 | 100101 | 11001 | 111010 |
Color Harmonies of #AF9B7B
Complementary color
Monochromatic Colors of #AF9B7B
Black with #AF9B7B
Text Example
Text Example
White with #AF9B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9B7B; }
p { color: rgb(175,155,123); }
H1.HeaderClassName
{
color: #AF9B7B;
}
.AnyTagClassName
{
color: #AF9B7B;
}
</style>
background-color css
<style>
a { background-color: #AF9B7B; }
a { background-color: rgb(175,155,123); }
div.DivClassName
{
background-color: #AF9B7B;
}
.BgClassName
{
background-color: #AF9B7B;
}
</style>
border-color css
<style>
span { border-color: #AF9B7B; }
span { border-color: rgb(175,155,123); }
td.TdClassName
{
border-color: #AF9B7B;
}
.TagClassName
{
border-color: #AF9B7B;
}
</style>