Shades of Rich Gold #AF5A1D
Tints of Rich Gold #AF5A1D
RGB
CMYK
RGB Variations
Color information
#AF5A1D (or 0xAF5A1D) is known color: Rich Gold. HEX triplet: AF, 5A and 1D. RGB value is (175,90,29). Sum of RGB (Red+Green+Blue) = 175+90+29=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A1D is #50A5E2. Grayscale: #6C6C6C. Windows color (decimal): -5285347 or 1923759. OLE color: 1923759.
HSL color Cylindrical-coordinate representation of color #AF5A1D: hue angle of 25.07º 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 #AF5A1D is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 90 | 29 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.31 |
| HSL | 25.07º | 0.72% | 0.4% | - |
| HSV(B) | 25.07º | 0.83% | 0.69% | - |
| XYZ | 21.56 | 16.52 | 3.21 | - |
| YUV | 108.46 | 83.16 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 29 | 0 | 0.49 | 0.83 | 0.31 | 25.07 | 0.72 | 0.4 |
| Hex | AF | 5A | 1D | 0 | 31 | 53 | 1F | 19 | 48 | 28 |
| Octal | 257 | 132 | 35 | 0 | 61 | 123 | 37 | 31 | 110 | 50 |
| Binary | 10101111 | 1011010 | 11101 | 0 | 110001 | 1010011 | 11111 | 11001 | 1001000 | 101000 |
Color Harmonies of #AF5A1D
Complementary color
Monochromatic Colors of #AF5A1D
Black with #AF5A1D
Text Example
Text Example
White with #AF5A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5A1D; }
p { color: rgb(175,90,29); }
H1.HeaderClassName
{
color: #AF5A1D;
}
.AnyTagClassName
{
color: #AF5A1D;
}
</style>
background-color css
<style>
a { background-color: #AF5A1D; }
a { background-color: rgb(175,90,29); }
div.DivClassName
{
background-color: #AF5A1D;
}
.BgClassName
{
background-color: #AF5A1D;
}
</style>
border-color css
<style>
span { border-color: #AF5A1D; }
span { border-color: rgb(175,90,29); }
td.TdClassName
{
border-color: #AF5A1D;
}
.TagClassName
{
border-color: #AF5A1D;
}
</style>