Shades of Rich Gold #AF5117
Tints of Rich Gold #AF5117
RGB
CMYK
RGB Variations
Color information
#AF5117 (or 0xAF5117) is known color: Rich Gold. HEX triplet: AF, 51 and 17. RGB value is (175,81,23). Sum of RGB (Red+Green+Blue) = 175+81+23=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5117 is #50AEE8. Grayscale: #666666. Windows color (decimal): -5287657 or 1528239. OLE color: 1528239.
HSL color Cylindrical-coordinate representation of color #AF5117: hue angle of 22.89º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF5117 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 23 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.31 |
| HSL | 22.89º | 0.77% | 0.39% | - |
| HSV(B) | 22.89º | 0.87% | 0.69% | - |
| XYZ | 20.78 | 15.06 | 2.62 | - |
| YUV | 102.49 | 83.14 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 23 | 0 | 0.54 | 0.87 | 0.31 | 22.89 | 0.77 | 0.39 |
| Hex | AF | 51 | 17 | 0 | 36 | 57 | 1F | 17 | 4D | 27 |
| Octal | 257 | 121 | 27 | 0 | 66 | 127 | 37 | 27 | 115 | 47 |
| Binary | 10101111 | 1010001 | 10111 | 0 | 110110 | 1010111 | 11111 | 10111 | 1001101 | 100111 |
Color Harmonies of #AF5117
Complementary color
Monochromatic Colors of #AF5117
Black with #AF5117
Text Example
Text Example
White with #AF5117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5117; }
p { color: rgb(175,81,23); }
H1.HeaderClassName
{
color: #AF5117;
}
.AnyTagClassName
{
color: #AF5117;
}
</style>
background-color css
<style>
a { background-color: #AF5117; }
a { background-color: rgb(175,81,23); }
div.DivClassName
{
background-color: #AF5117;
}
.BgClassName
{
background-color: #AF5117;
}
</style>
border-color css
<style>
span { border-color: #AF5117; }
span { border-color: rgb(175,81,23); }
td.TdClassName
{
border-color: #AF5117;
}
.TagClassName
{
border-color: #AF5117;
}
</style>