Shades of Rich Gold #AF4D1C
Tints of Rich Gold #AF4D1C
RGB
CMYK
RGB Variations
Color information
#AF4D1C (or 0xAF4D1C) is known color: Rich Gold. HEX triplet: AF, 4D and 1C. RGB value is (175,77,28). Sum of RGB (Red+Green+Blue) = 175+77+28=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D1C is #50B2E3. Grayscale: #656565. Windows color (decimal): -5288676 or 1854895. OLE color: 1854895.
HSL color Cylindrical-coordinate representation of color #AF4D1C: hue angle of 20º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF4D1C is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 28 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.31 |
| HSL | 20º | 0.72% | 0.4% | - |
| HSV(B) | 20º | 0.84% | 0.69% | - |
| XYZ | 20.54 | 14.51 | 2.82 | - |
| YUV | 100.72 | 86.97 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 28 | 0 | 0.56 | 0.84 | 0.31 | 20 | 0.72 | 0.4 |
| Hex | AF | 4D | 1C | 0 | 38 | 54 | 1F | 14 | 48 | 28 |
| Octal | 257 | 115 | 34 | 0 | 70 | 124 | 37 | 24 | 110 | 50 |
| Binary | 10101111 | 1001101 | 11100 | 0 | 111000 | 1010100 | 11111 | 10100 | 1001000 | 101000 |
Color Harmonies of #AF4D1C
Complementary color
Monochromatic Colors of #AF4D1C
Black with #AF4D1C
Text Example
Text Example
White with #AF4D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D1C; }
p { color: rgb(175,77,28); }
H1.HeaderClassName
{
color: #AF4D1C;
}
.AnyTagClassName
{
color: #AF4D1C;
}
</style>
background-color css
<style>
a { background-color: #AF4D1C; }
a { background-color: rgb(175,77,28); }
div.DivClassName
{
background-color: #AF4D1C;
}
.BgClassName
{
background-color: #AF4D1C;
}
</style>
border-color css
<style>
span { border-color: #AF4D1C; }
span { border-color: rgb(175,77,28); }
td.TdClassName
{
border-color: #AF4D1C;
}
.TagClassName
{
border-color: #AF4D1C;
}
</style>