Shades of Rich Gold #AF5C14
Tints of Rich Gold #AF5C14
RGB
CMYK
RGB Variations
Color information
#AF5C14 (or 0xAF5C14) is known color: Rich Gold. HEX triplet: AF, 5C and 14. RGB value is (175,92,20). Sum of RGB (Red+Green+Blue) = 175+92+20=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5C14 is #50A3EB. Grayscale: #6C6C6C. Windows color (decimal): -5284844 or 1334447. OLE color: 1334447.
HSL color Cylindrical-coordinate representation of color #AF5C14: hue angle of 27.87º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF5C14 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 92 | 20 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.31 |
| HSL | 27.87º | 0.79% | 0.38% | - |
| HSV(B) | 27.87º | 0.89% | 0.69% | - |
| XYZ | 21.63 | 16.82 | 2.77 | - |
| YUV | 108.61 | 78 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 20 | 0 | 0.47 | 0.89 | 0.31 | 27.87 | 0.79 | 0.38 |
| Hex | AF | 5C | 14 | 0 | 2F | 59 | 1F | 1C | 4F | 26 |
| Octal | 257 | 134 | 24 | 0 | 57 | 131 | 37 | 34 | 117 | 46 |
| Binary | 10101111 | 1011100 | 10100 | 0 | 101111 | 1011001 | 11111 | 11100 | 1001111 | 100110 |
Color Harmonies of #AF5C14
Complementary color
Monochromatic Colors of #AF5C14
Black with #AF5C14
Text Example
Text Example
White with #AF5C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5C14; }
p { color: rgb(175,92,20); }
H1.HeaderClassName
{
color: #AF5C14;
}
.AnyTagClassName
{
color: #AF5C14;
}
</style>
background-color css
<style>
a { background-color: #AF5C14; }
a { background-color: rgb(175,92,20); }
div.DivClassName
{
background-color: #AF5C14;
}
.BgClassName
{
background-color: #AF5C14;
}
</style>
border-color css
<style>
span { border-color: #AF5C14; }
span { border-color: rgb(175,92,20); }
td.TdClassName
{
border-color: #AF5C14;
}
.TagClassName
{
border-color: #AF5C14;
}
</style>