Shades of Rich Gold #AF5912
Tints of Rich Gold #AF5912
RGB
CMYK
RGB Variations
Color information
#AF5912 (or 0xAF5912) is known color: Rich Gold. HEX triplet: AF, 59 and 12. RGB value is (175,89,18). Sum of RGB (Red+Green+Blue) = 175+89+18=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5912 is #50A6ED. Grayscale: #6A6A6A. Windows color (decimal): -5285614 or 1202607. OLE color: 1202607.
HSL color Cylindrical-coordinate representation of color #AF5912: hue angle of 27.13º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF5912 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 89 | 18 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.31 |
| HSL | 27.13º | 0.81% | 0.38% | - |
| HSV(B) | 27.13º | 0.9% | 0.69% | - |
| XYZ | 21.36 | 16.3 | 2.59 | - |
| YUV | 106.62 | 77.99 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 18 | 0 | 0.49 | 0.90 | 0.31 | 27.13 | 0.81 | 0.38 |
| Hex | AF | 59 | 12 | 0 | 31 | 5A | 1F | 1B | 51 | 26 |
| Octal | 257 | 131 | 22 | 0 | 61 | 132 | 37 | 33 | 121 | 46 |
| Binary | 10101111 | 1011001 | 10010 | 0 | 110001 | 1011010 | 11111 | 11011 | 1010001 | 100110 |
Color Harmonies of #AF5912
Complementary color
Monochromatic Colors of #AF5912
Black with #AF5912
Text Example
Text Example
White with #AF5912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5912; }
p { color: rgb(175,89,18); }
H1.HeaderClassName
{
color: #AF5912;
}
.AnyTagClassName
{
color: #AF5912;
}
</style>
background-color css
<style>
a { background-color: #AF5912; }
a { background-color: rgb(175,89,18); }
div.DivClassName
{
background-color: #AF5912;
}
.BgClassName
{
background-color: #AF5912;
}
</style>
border-color css
<style>
span { border-color: #AF5912; }
span { border-color: rgb(175,89,18); }
td.TdClassName
{
border-color: #AF5912;
}
.TagClassName
{
border-color: #AF5912;
}
</style>