Shades of Rich Gold #A44B1D
Tints of Rich Gold #A44B1D
RGB
CMYK
RGB Variations
Color information
#A44B1D (or 0xA44B1D) is known color: Rich Gold. HEX triplet: A4, 4B and 1D. RGB value is (164,75,29). Sum of RGB (Red+Green+Blue) = 164+75+29=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44B1D is #5BB4E2. Grayscale: #606060. Windows color (decimal): -6010083 or 1919908. OLE color: 1919908.
HSL color Cylindrical-coordinate representation of color #A44B1D: hue angle of 20.44º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A44B1D is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 75 | 29 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.36 |
| HSL | 20.44º | 0.7% | 0.38% | - |
| HSV(B) | 20.44º | 0.82% | 0.64% | - |
| XYZ | 18.05 | 13.01 | 2.72 | - |
| YUV | 96.37 | 89.99 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 29 | 0 | 0.54 | 0.82 | 0.36 | 20.44 | 0.7 | 0.38 |
| Hex | A4 | 4B | 1D | 0 | 36 | 52 | 24 | 14 | 46 | 26 |
| Octal | 244 | 113 | 35 | 0 | 66 | 122 | 44 | 24 | 106 | 46 |
| Binary | 10100100 | 1001011 | 11101 | 0 | 110110 | 1010010 | 100100 | 10100 | 1000110 | 100110 |
Color Harmonies of #A44B1D
Complementary color
Monochromatic Colors of #A44B1D
Black with #A44B1D
Text Example
Text Example
White with #A44B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44B1D; }
p { color: rgb(164,75,29); }
H1.HeaderClassName
{
color: #A44B1D;
}
.AnyTagClassName
{
color: #A44B1D;
}
</style>
background-color css
<style>
a { background-color: #A44B1D; }
a { background-color: rgb(164,75,29); }
div.DivClassName
{
background-color: #A44B1D;
}
.BgClassName
{
background-color: #A44B1D;
}
</style>
border-color css
<style>
span { border-color: #A44B1D; }
span { border-color: rgb(164,75,29); }
td.TdClassName
{
border-color: #A44B1D;
}
.TagClassName
{
border-color: #A44B1D;
}
</style>