Shades of Bronco #AF9B7D
Tints of Bronco #AF9B7D
RGB
CMYK
RGB Variations
Color information
#AF9B7D (or 0xAF9B7D) is known color: Bronco. HEX triplet: AF, 9B and 7D. RGB value is (175,155,125). Sum of RGB (Red+Green+Blue) = 175+155+125=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9B7D is #506482. Grayscale: #9D9D9D. Windows color (decimal): -5268611 or 8231855. OLE color: 8231855.
HSL color Cylindrical-coordinate representation of color #AF9B7D: hue angle of 36º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF9B7D is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 155 | 125 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.31 |
| HSL | 36º | 0.24% | 0.59% | - |
| HSV(B) | 36º | 0.29% | 0.69% | - |
| XYZ | 33.1 | 34.04 | 24.23 | - |
| YUV | 157.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 155 | 125 | 0 | 0.11 | 0.29 | 0.31 | 36 | 0.24 | 0.59 |
| Hex | AF | 9B | 7D | 0 | B | 1D | 1F | 24 | 18 | 3B |
| Octal | 257 | 233 | 175 | 0 | 13 | 35 | 37 | 44 | 30 | 73 |
| Binary | 10101111 | 10011011 | 1111101 | 0 | 1011 | 11101 | 11111 | 100100 | 11000 | 111011 |
Color Harmonies of #AF9B7D
Complementary color
Monochromatic Colors of #AF9B7D
Black with #AF9B7D
Text Example
Text Example
White with #AF9B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9B7D; }
p { color: rgb(175,155,125); }
H1.HeaderClassName
{
color: #AF9B7D;
}
.AnyTagClassName
{
color: #AF9B7D;
}
</style>
background-color css
<style>
a { background-color: #AF9B7D; }
a { background-color: rgb(175,155,125); }
div.DivClassName
{
background-color: #AF9B7D;
}
.BgClassName
{
background-color: #AF9B7D;
}
</style>
border-color css
<style>
span { border-color: #AF9B7D; }
span { border-color: rgb(175,155,125); }
td.TdClassName
{
border-color: #AF9B7D;
}
.TagClassName
{
border-color: #AF9B7D;
}
</style>