Shades of Rich Gold #AF5C17
Tints of Rich Gold #AF5C17
RGB
CMYK
RGB Variations
Color information
#AF5C17 (or 0xAF5C17) is known color: Rich Gold. HEX triplet: AF, 5C and 17. RGB value is (175,92,23). Sum of RGB (Red+Green+Blue) = 175+92+23=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5C17 is #50A3E8. Grayscale: #6D6D6D. Windows color (decimal): -5284841 or 1531055. OLE color: 1531055.
HSL color Cylindrical-coordinate representation of color #AF5C17: hue angle of 27.24º 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 #AF5C17 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 92 | 23 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.31 |
| HSL | 27.24º | 0.77% | 0.39% | - |
| HSV(B) | 27.24º | 0.87% | 0.69% | - |
| XYZ | 21.66 | 16.83 | 2.92 | - |
| YUV | 108.95 | 79.5 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 23 | 0 | 0.47 | 0.87 | 0.31 | 27.24 | 0.77 | 0.39 |
| Hex | AF | 5C | 17 | 0 | 2F | 57 | 1F | 1B | 4D | 27 |
| Octal | 257 | 134 | 27 | 0 | 57 | 127 | 37 | 33 | 115 | 47 |
| Binary | 10101111 | 1011100 | 10111 | 0 | 101111 | 1010111 | 11111 | 11011 | 1001101 | 100111 |
Color Harmonies of #AF5C17
Complementary color
Monochromatic Colors of #AF5C17
Black with #AF5C17
Text Example
Text Example
White with #AF5C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5C17; }
p { color: rgb(175,92,23); }
H1.HeaderClassName
{
color: #AF5C17;
}
.AnyTagClassName
{
color: #AF5C17;
}
</style>
background-color css
<style>
a { background-color: #AF5C17; }
a { background-color: rgb(175,92,23); }
div.DivClassName
{
background-color: #AF5C17;
}
.BgClassName
{
background-color: #AF5C17;
}
</style>
border-color css
<style>
span { border-color: #AF5C17; }
span { border-color: rgb(175,92,23); }
td.TdClassName
{
border-color: #AF5C17;
}
.TagClassName
{
border-color: #AF5C17;
}
</style>