Shades of Rich Gold #AF5D1C
Tints of Rich Gold #AF5D1C
RGB
CMYK
RGB Variations
Color information
#AF5D1C (or 0xAF5D1C) is known color: Rich Gold. HEX triplet: AF, 5D and 1C. RGB value is (175,93,28). Sum of RGB (Red+Green+Blue) = 175+93+28=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5D1C is #50A2E3. Grayscale: #6E6E6E. Windows color (decimal): -5284580 or 1858991. OLE color: 1858991.
HSL color Cylindrical-coordinate representation of color #AF5D1C: hue angle of 26.53º 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 #AF5D1C is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 93 | 28 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.31 |
| HSL | 26.53º | 0.72% | 0.4% | - |
| HSV(B) | 26.53º | 0.84% | 0.69% | - |
| XYZ | 21.8 | 17.03 | 3.24 | - |
| YUV | 110.11 | 81.67 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 28 | 0 | 0.47 | 0.84 | 0.31 | 26.53 | 0.72 | 0.4 |
| Hex | AF | 5D | 1C | 0 | 2F | 54 | 1F | 1B | 48 | 28 |
| Octal | 257 | 135 | 34 | 0 | 57 | 124 | 37 | 33 | 110 | 50 |
| Binary | 10101111 | 1011101 | 11100 | 0 | 101111 | 1010100 | 11111 | 11011 | 1001000 | 101000 |
Color Harmonies of #AF5D1C
Complementary color
Monochromatic Colors of #AF5D1C
Black with #AF5D1C
Text Example
Text Example
White with #AF5D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5D1C; }
p { color: rgb(175,93,28); }
H1.HeaderClassName
{
color: #AF5D1C;
}
.AnyTagClassName
{
color: #AF5D1C;
}
</style>
background-color css
<style>
a { background-color: #AF5D1C; }
a { background-color: rgb(175,93,28); }
div.DivClassName
{
background-color: #AF5D1C;
}
.BgClassName
{
background-color: #AF5D1C;
}
</style>
border-color css
<style>
span { border-color: #AF5D1C; }
span { border-color: rgb(175,93,28); }
td.TdClassName
{
border-color: #AF5D1C;
}
.TagClassName
{
border-color: #AF5D1C;
}
</style>