Shades of Rich Gold #AF5712
Tints of Rich Gold #AF5712
RGB
CMYK
RGB Variations
Color information
#AF5712 (or 0xAF5712) is known color: Rich Gold. HEX triplet: AF, 57 and 12. RGB value is (175,87,18). Sum of RGB (Red+Green+Blue) = 175+87+18=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5712 is #50A8ED. Grayscale: #696969. Windows color (decimal): -5286126 or 1202095. OLE color: 1202095.
HSL color Cylindrical-coordinate representation of color #AF5712: hue angle of 26.37º 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 #AF5712 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 87 | 18 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.31 |
| HSL | 26.37º | 0.81% | 0.38% | - |
| HSV(B) | 26.37º | 0.9% | 0.69% | - |
| XYZ | 21.2 | 15.97 | 2.54 | - |
| YUV | 105.45 | 78.65 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 18 | 0 | 0.50 | 0.90 | 0.31 | 26.37 | 0.81 | 0.38 |
| Hex | AF | 57 | 12 | 0 | 32 | 5A | 1F | 1A | 51 | 26 |
| Octal | 257 | 127 | 22 | 0 | 62 | 132 | 37 | 32 | 121 | 46 |
| Binary | 10101111 | 1010111 | 10010 | 0 | 110010 | 1011010 | 11111 | 11010 | 1010001 | 100110 |
Color Harmonies of #AF5712
Complementary color
Monochromatic Colors of #AF5712
Black with #AF5712
Text Example
Text Example
White with #AF5712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5712; }
p { color: rgb(175,87,18); }
H1.HeaderClassName
{
color: #AF5712;
}
.AnyTagClassName
{
color: #AF5712;
}
</style>
background-color css
<style>
a { background-color: #AF5712; }
a { background-color: rgb(175,87,18); }
div.DivClassName
{
background-color: #AF5712;
}
.BgClassName
{
background-color: #AF5712;
}
</style>
border-color css
<style>
span { border-color: #AF5712; }
span { border-color: rgb(175,87,18); }
td.TdClassName
{
border-color: #AF5712;
}
.TagClassName
{
border-color: #AF5712;
}
</style>