Shades of Rich Gold #AF531D
Tints of Rich Gold #AF531D
RGB
CMYK
RGB Variations
Color information
#AF531D (or 0xAF531D) is known color: Rich Gold. HEX triplet: AF, 53 and 1D. RGB value is (175,83,29). Sum of RGB (Red+Green+Blue) = 175+83+29=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF531D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF531D is #50ACE2. Grayscale: #686868. Windows color (decimal): -5287139 or 1921967. OLE color: 1921967.
HSL color Cylindrical-coordinate representation of color #AF531D: hue angle of 22.19º 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 #AF531D is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 29 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.31 |
| HSL | 22.19º | 0.72% | 0.4% | - |
| HSV(B) | 22.19º | 0.83% | 0.69% | - |
| XYZ | 20.99 | 15.39 | 3.03 | - |
| YUV | 104.35 | 85.48 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 29 | 0 | 0.53 | 0.83 | 0.31 | 22.19 | 0.72 | 0.4 |
| Hex | AF | 53 | 1D | 0 | 35 | 53 | 1F | 16 | 48 | 28 |
| Octal | 257 | 123 | 35 | 0 | 65 | 123 | 37 | 26 | 110 | 50 |
| Binary | 10101111 | 1010011 | 11101 | 0 | 110101 | 1010011 | 11111 | 10110 | 1001000 | 101000 |
Color Harmonies of #AF531D
Complementary color
Monochromatic Colors of #AF531D
Black with #AF531D
Text Example
Text Example
White with #AF531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF531D; }
p { color: rgb(175,83,29); }
H1.HeaderClassName
{
color: #AF531D;
}
.AnyTagClassName
{
color: #AF531D;
}
</style>
background-color css
<style>
a { background-color: #AF531D; }
a { background-color: rgb(175,83,29); }
div.DivClassName
{
background-color: #AF531D;
}
.BgClassName
{
background-color: #AF531D;
}
</style>
border-color css
<style>
span { border-color: #AF531D; }
span { border-color: rgb(175,83,29); }
td.TdClassName
{
border-color: #AF531D;
}
.TagClassName
{
border-color: #AF531D;
}
</style>