Shades of Rich Gold #AF511D
Tints of Rich Gold #AF511D
RGB
CMYK
RGB Variations
Color information
#AF511D (or 0xAF511D) is known color: Rich Gold. HEX triplet: AF, 51 and 1D. RGB value is (175,81,29). Sum of RGB (Red+Green+Blue) = 175+81+29=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF511D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF511D is #50AEE2. Grayscale: #676767. Windows color (decimal): -5287651 or 1921455. OLE color: 1921455.
HSL color Cylindrical-coordinate representation of color #AF511D: hue angle of 21.37º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF511D is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 29 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.31 |
| HSL | 21.37º | 0.72% | 0.4% | - |
| HSV(B) | 21.37º | 0.83% | 0.69% | - |
| XYZ | 20.84 | 15.09 | 2.98 | - |
| YUV | 103.18 | 86.14 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 29 | 0 | 0.54 | 0.83 | 0.31 | 21.37 | 0.72 | 0.4 |
| Hex | AF | 51 | 1D | 0 | 36 | 53 | 1F | 15 | 48 | 28 |
| Octal | 257 | 121 | 35 | 0 | 66 | 123 | 37 | 25 | 110 | 50 |
| Binary | 10101111 | 1010001 | 11101 | 0 | 110110 | 1010011 | 11111 | 10101 | 1001000 | 101000 |
Color Harmonies of #AF511D
Complementary color
Monochromatic Colors of #AF511D
Black with #AF511D
Text Example
Text Example
White with #AF511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF511D; }
p { color: rgb(175,81,29); }
H1.HeaderClassName
{
color: #AF511D;
}
.AnyTagClassName
{
color: #AF511D;
}
</style>
background-color css
<style>
a { background-color: #AF511D; }
a { background-color: rgb(175,81,29); }
div.DivClassName
{
background-color: #AF511D;
}
.BgClassName
{
background-color: #AF511D;
}
</style>
border-color css
<style>
span { border-color: #AF511D; }
span { border-color: rgb(175,81,29); }
td.TdClassName
{
border-color: #AF511D;
}
.TagClassName
{
border-color: #AF511D;
}
</style>