Shades of Rich Gold #AF5613
Tints of Rich Gold #AF5613
RGB
CMYK
RGB Variations
Color information
#AF5613 (or 0xAF5613) is known color: Rich Gold. HEX triplet: AF, 56 and 13. RGB value is (175,86,19). Sum of RGB (Red+Green+Blue) = 175+86+19=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5613 is #50A9EC. Grayscale: #696969. Windows color (decimal): -5286381 or 1267375. OLE color: 1267375.
HSL color Cylindrical-coordinate representation of color #AF5613: hue angle of 25.77º degrees, saturation: 0.8, 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 #AF5613 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 86 | 19 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.31 |
| HSL | 25.77º | 0.8% | 0.38% | - |
| HSV(B) | 25.77º | 0.89% | 0.69% | - |
| XYZ | 21.12 | 15.82 | 2.56 | - |
| YUV | 104.97 | 79.49 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 19 | 0 | 0.51 | 0.89 | 0.31 | 25.77 | 0.8 | 0.38 |
| Hex | AF | 56 | 13 | 0 | 33 | 59 | 1F | 1A | 50 | 26 |
| Octal | 257 | 126 | 23 | 0 | 63 | 131 | 37 | 32 | 120 | 46 |
| Binary | 10101111 | 1010110 | 10011 | 0 | 110011 | 1011001 | 11111 | 11010 | 1010000 | 100110 |
Color Harmonies of #AF5613
Complementary color
Monochromatic Colors of #AF5613
Black with #AF5613
Text Example
Text Example
White with #AF5613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5613; }
p { color: rgb(175,86,19); }
H1.HeaderClassName
{
color: #AF5613;
}
.AnyTagClassName
{
color: #AF5613;
}
</style>
background-color css
<style>
a { background-color: #AF5613; }
a { background-color: rgb(175,86,19); }
div.DivClassName
{
background-color: #AF5613;
}
.BgClassName
{
background-color: #AF5613;
}
</style>
border-color css
<style>
span { border-color: #AF5613; }
span { border-color: rgb(175,86,19); }
td.TdClassName
{
border-color: #AF5613;
}
.TagClassName
{
border-color: #AF5613;
}
</style>