Shades of Bronco #AF997C
Tints of Bronco #AF997C
RGB
CMYK
RGB Variations
Color information
#AF997C (or 0xAF997C) is known color: Bronco. HEX triplet: AF, 99 and 7C. RGB value is (175,153,124). Sum of RGB (Red+Green+Blue) = 175+153+124=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF997C is #506683. Grayscale: #9C9C9C. Windows color (decimal): -5269124 or 8165807. OLE color: 8165807.
HSL color Cylindrical-coordinate representation of color #AF997C: hue angle of 34.12º 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 #AF997C is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 124 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.31 |
| HSL | 34.12º | 0.24% | 0.59% | - |
| HSV(B) | 34.12º | 0.29% | 0.69% | - |
| XYZ | 32.71 | 33.35 | 23.78 | - |
| YUV | 156.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 124 | 0 | 0.13 | 0.29 | 0.31 | 34.12 | 0.24 | 0.59 |
| Hex | AF | 99 | 7C | 0 | D | 1D | 1F | 22 | 18 | 3B |
| Octal | 257 | 231 | 174 | 0 | 15 | 35 | 37 | 42 | 30 | 73 |
| Binary | 10101111 | 10011001 | 1111100 | 0 | 1101 | 11101 | 11111 | 100010 | 11000 | 111011 |
Color Harmonies of #AF997C
Complementary color
Monochromatic Colors of #AF997C
Black with #AF997C
Text Example
Text Example
White with #AF997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF997C; }
p { color: rgb(175,153,124); }
H1.HeaderClassName
{
color: #AF997C;
}
.AnyTagClassName
{
color: #AF997C;
}
</style>
background-color css
<style>
a { background-color: #AF997C; }
a { background-color: rgb(175,153,124); }
div.DivClassName
{
background-color: #AF997C;
}
.BgClassName
{
background-color: #AF997C;
}
</style>
border-color css
<style>
span { border-color: #AF997C; }
span { border-color: rgb(175,153,124); }
td.TdClassName
{
border-color: #AF997C;
}
.TagClassName
{
border-color: #AF997C;
}
</style>