Shades of Rich Gold #AF5A16
Tints of Rich Gold #AF5A16
RGB
CMYK
RGB Variations
Color information
#AF5A16 (or 0xAF5A16) is known color: Rich Gold. HEX triplet: AF, 5A and 16. RGB value is (175,90,22). Sum of RGB (Red+Green+Blue) = 175+90+22=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5A16 is #50A5E9. Grayscale: #6C6C6C. Windows color (decimal): -5285354 or 1465007. OLE color: 1465007.
HSL color Cylindrical-coordinate representation of color #AF5A16: hue angle of 26.67º 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 #AF5A16 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 90 | 22 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.31 |
| HSL | 26.67º | 0.78% | 0.39% | - |
| HSV(B) | 26.67º | 0.87% | 0.69% | - |
| XYZ | 21.48 | 16.48 | 2.81 | - |
| YUV | 107.66 | 79.66 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 22 | 0 | 0.49 | 0.87 | 0.31 | 26.67 | 0.78 | 0.39 |
| Hex | AF | 5A | 16 | 0 | 31 | 57 | 1F | 1B | 4E | 27 |
| Octal | 257 | 132 | 26 | 0 | 61 | 127 | 37 | 33 | 116 | 47 |
| Binary | 10101111 | 1011010 | 10110 | 0 | 110001 | 1010111 | 11111 | 11011 | 1001110 | 100111 |
Color Harmonies of #AF5A16
Complementary color
Monochromatic Colors of #AF5A16
Black with #AF5A16
Text Example
Text Example
White with #AF5A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5A16; }
p { color: rgb(175,90,22); }
H1.HeaderClassName
{
color: #AF5A16;
}
.AnyTagClassName
{
color: #AF5A16;
}
</style>
background-color css
<style>
a { background-color: #AF5A16; }
a { background-color: rgb(175,90,22); }
div.DivClassName
{
background-color: #AF5A16;
}
.BgClassName
{
background-color: #AF5A16;
}
</style>
border-color css
<style>
span { border-color: #AF5A16; }
span { border-color: rgb(175,90,22); }
td.TdClassName
{
border-color: #AF5A16;
}
.TagClassName
{
border-color: #AF5A16;
}
</style>