Shades of Rich Gold #AF5E17
Tints of Rich Gold #AF5E17
RGB
CMYK
RGB Variations
Color information
#AF5E17 (or 0xAF5E17) is known color: Rich Gold. HEX triplet: AF, 5E and 17. RGB value is (175,94,23). Sum of RGB (Red+Green+Blue) = 175+94+23=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5E17 is #50A1E8. Grayscale: #6E6E6E. Windows color (decimal): -5284329 or 1531567. OLE color: 1531567.
HSL color Cylindrical-coordinate representation of color #AF5E17: hue angle of 28.03º 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 #AF5E17 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 94 | 23 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.31 |
| HSL | 28.03º | 0.77% | 0.39% | - |
| HSV(B) | 28.03º | 0.87% | 0.69% | - |
| XYZ | 21.84 | 17.18 | 2.98 | - |
| YUV | 110.13 | 78.84 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 23 | 0 | 0.46 | 0.87 | 0.31 | 28.03 | 0.77 | 0.39 |
| Hex | AF | 5E | 17 | 0 | 2E | 57 | 1F | 1C | 4D | 27 |
| Octal | 257 | 136 | 27 | 0 | 56 | 127 | 37 | 34 | 115 | 47 |
| Binary | 10101111 | 1011110 | 10111 | 0 | 101110 | 1010111 | 11111 | 11100 | 1001101 | 100111 |
Color Harmonies of #AF5E17
Complementary color
Monochromatic Colors of #AF5E17
Black with #AF5E17
Text Example
Text Example
White with #AF5E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5E17; }
p { color: rgb(175,94,23); }
H1.HeaderClassName
{
color: #AF5E17;
}
.AnyTagClassName
{
color: #AF5E17;
}
</style>
background-color css
<style>
a { background-color: #AF5E17; }
a { background-color: rgb(175,94,23); }
div.DivClassName
{
background-color: #AF5E17;
}
.BgClassName
{
background-color: #AF5E17;
}
</style>
border-color css
<style>
span { border-color: #AF5E17; }
span { border-color: rgb(175,94,23); }
td.TdClassName
{
border-color: #AF5E17;
}
.TagClassName
{
border-color: #AF5E17;
}
</style>