Shades of Rich Gold #AF5C16
Tints of Rich Gold #AF5C16
RGB
CMYK
RGB Variations
Color information
#AF5C16 (or 0xAF5C16) is known color: Rich Gold. HEX triplet: AF, 5C and 16. RGB value is (175,92,22). Sum of RGB (Red+Green+Blue) = 175+92+22=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5C16 is #50A3E9. Grayscale: #6D6D6D. Windows color (decimal): -5284842 or 1465519. OLE color: 1465519.
HSL color Cylindrical-coordinate representation of color #AF5C16: hue angle of 27.45º degrees, saturation: 0.78, 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 #AF5C16 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 92 | 22 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.31 |
| HSL | 27.45º | 0.78% | 0.39% | - |
| HSV(B) | 27.45º | 0.87% | 0.69% | - |
| XYZ | 21.65 | 16.83 | 2.87 | - |
| YUV | 108.84 | 79 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 22 | 0 | 0.47 | 0.87 | 0.31 | 27.45 | 0.78 | 0.39 |
| Hex | AF | 5C | 16 | 0 | 2F | 57 | 1F | 1B | 4E | 27 |
| Octal | 257 | 134 | 26 | 0 | 57 | 127 | 37 | 33 | 116 | 47 |
| Binary | 10101111 | 1011100 | 10110 | 0 | 101111 | 1010111 | 11111 | 11011 | 1001110 | 100111 |
Color Harmonies of #AF5C16
Complementary color
Monochromatic Colors of #AF5C16
Black with #AF5C16
Text Example
Text Example
White with #AF5C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5C16; }
p { color: rgb(175,92,22); }
H1.HeaderClassName
{
color: #AF5C16;
}
.AnyTagClassName
{
color: #AF5C16;
}
</style>
background-color css
<style>
a { background-color: #AF5C16; }
a { background-color: rgb(175,92,22); }
div.DivClassName
{
background-color: #AF5C16;
}
.BgClassName
{
background-color: #AF5C16;
}
</style>
border-color css
<style>
span { border-color: #AF5C16; }
span { border-color: rgb(175,92,22); }
td.TdClassName
{
border-color: #AF5C16;
}
.TagClassName
{
border-color: #AF5C16;
}
</style>