Shades of Rich Gold #AF551D
Tints of Rich Gold #AF551D
RGB
CMYK
RGB Variations
Color information
#AF551D (or 0xAF551D) is known color: Rich Gold. HEX triplet: AF, 55 and 1D. RGB value is (175,85,29). Sum of RGB (Red+Green+Blue) = 175+85+29=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF551D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF551D is #50AAE2. Grayscale: #696969. Windows color (decimal): -5286627 or 1922479. OLE color: 1922479.
HSL color Cylindrical-coordinate representation of color #AF551D: hue angle of 23.01º 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 #AF551D is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 29 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.31 |
| HSL | 23.01º | 0.72% | 0.4% | - |
| HSV(B) | 23.01º | 0.83% | 0.69% | - |
| XYZ | 21.15 | 15.7 | 3.08 | - |
| YUV | 105.53 | 84.82 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 29 | 0 | 0.51 | 0.83 | 0.31 | 23.01 | 0.72 | 0.4 |
| Hex | AF | 55 | 1D | 0 | 33 | 53 | 1F | 17 | 48 | 28 |
| Octal | 257 | 125 | 35 | 0 | 63 | 123 | 37 | 27 | 110 | 50 |
| Binary | 10101111 | 1010101 | 11101 | 0 | 110011 | 1010011 | 11111 | 10111 | 1001000 | 101000 |
Color Harmonies of #AF551D
Complementary color
Monochromatic Colors of #AF551D
Black with #AF551D
Text Example
Text Example
White with #AF551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF551D; }
p { color: rgb(175,85,29); }
H1.HeaderClassName
{
color: #AF551D;
}
.AnyTagClassName
{
color: #AF551D;
}
</style>
background-color css
<style>
a { background-color: #AF551D; }
a { background-color: rgb(175,85,29); }
div.DivClassName
{
background-color: #AF551D;
}
.BgClassName
{
background-color: #AF551D;
}
</style>
border-color css
<style>
span { border-color: #AF551D; }
span { border-color: rgb(175,85,29); }
td.TdClassName
{
border-color: #AF551D;
}
.TagClassName
{
border-color: #AF551D;
}
</style>