Shades of Rich Gold #AF5A19
Tints of Rich Gold #AF5A19
RGB
CMYK
RGB Variations
Color information
#AF5A19 (or 0xAF5A19) is known color: Rich Gold. HEX triplet: AF, 5A and 19. RGB value is (175,90,25). Sum of RGB (Red+Green+Blue) = 175+90+25=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5A19 is #50A5E6. Grayscale: #6C6C6C. Windows color (decimal): -5285351 or 1661615. OLE color: 1661615.
HSL color Cylindrical-coordinate representation of color #AF5A19: hue angle of 26º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF5A19 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 90 | 25 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.31 |
| HSL | 26º | 0.75% | 0.39% | - |
| HSV(B) | 26º | 0.86% | 0.69% | - |
| XYZ | 21.51 | 16.5 | 2.97 | - |
| YUV | 108.01 | 81.16 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 25 | 0 | 0.49 | 0.86 | 0.31 | 26 | 0.75 | 0.39 |
| Hex | AF | 5A | 19 | 0 | 31 | 56 | 1F | 1A | 4B | 27 |
| Octal | 257 | 132 | 31 | 0 | 61 | 126 | 37 | 32 | 113 | 47 |
| Binary | 10101111 | 1011010 | 11001 | 0 | 110001 | 1010110 | 11111 | 11010 | 1001011 | 100111 |
Color Harmonies of #AF5A19
Complementary color
Monochromatic Colors of #AF5A19
Black with #AF5A19
Text Example
Text Example
White with #AF5A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5A19; }
p { color: rgb(175,90,25); }
H1.HeaderClassName
{
color: #AF5A19;
}
.AnyTagClassName
{
color: #AF5A19;
}
</style>
background-color css
<style>
a { background-color: #AF5A19; }
a { background-color: rgb(175,90,25); }
div.DivClassName
{
background-color: #AF5A19;
}
.BgClassName
{
background-color: #AF5A19;
}
</style>
border-color css
<style>
span { border-color: #AF5A19; }
span { border-color: rgb(175,90,25); }
td.TdClassName
{
border-color: #AF5A19;
}
.TagClassName
{
border-color: #AF5A19;
}
</style>