Shades of Bronco #AF997D
Tints of Bronco #AF997D
RGB
CMYK
RGB Variations
Color information
#AF997D (or 0xAF997D) is known color: Bronco. HEX triplet: AF, 99 and 7D. RGB value is (175,153,125). Sum of RGB (Red+Green+Blue) = 175+153+125=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF997D is #506682. Grayscale: #9C9C9C. Windows color (decimal): -5269123 or 8231343. OLE color: 8231343.
HSL color Cylindrical-coordinate representation of color #AF997D: hue angle of 33.6º 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 #AF997D is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 125 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.31 |
| HSL | 33.6º | 0.24% | 0.59% | - |
| HSV(B) | 33.6º | 0.29% | 0.69% | - |
| XYZ | 32.77 | 33.38 | 24.12 | - |
| YUV | 156.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 125 | 0 | 0.13 | 0.29 | 0.31 | 33.6 | 0.24 | 0.59 |
| Hex | AF | 99 | 7D | 0 | D | 1D | 1F | 22 | 18 | 3B |
| Octal | 257 | 231 | 175 | 0 | 15 | 35 | 37 | 42 | 30 | 73 |
| Binary | 10101111 | 10011001 | 1111101 | 0 | 1101 | 11101 | 11111 | 100010 | 11000 | 111011 |
Color Harmonies of #AF997D
Complementary color
Monochromatic Colors of #AF997D
Black with #AF997D
Text Example
Text Example
White with #AF997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF997D; }
p { color: rgb(175,153,125); }
H1.HeaderClassName
{
color: #AF997D;
}
.AnyTagClassName
{
color: #AF997D;
}
</style>
background-color css
<style>
a { background-color: #AF997D; }
a { background-color: rgb(175,153,125); }
div.DivClassName
{
background-color: #AF997D;
}
.BgClassName
{
background-color: #AF997D;
}
</style>
border-color css
<style>
span { border-color: #AF997D; }
span { border-color: rgb(175,153,125); }
td.TdClassName
{
border-color: #AF997D;
}
.TagClassName
{
border-color: #AF997D;
}
</style>