Shades of Rich Gold #A4461B
Tints of Rich Gold #A4461B
RGB
CMYK
RGB Variations
Color information
#A4461B (or 0xA4461B) is known color: Rich Gold. HEX triplet: A4, 46 and 1B. RGB value is (164,70,27). Sum of RGB (Red+Green+Blue) = 164+70+27=261 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.84% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 164 - color contains mainly: red. Hex color #A4461B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4461B is #5BB9E4. Grayscale: #5D5D5D. Windows color (decimal): -6011365 or 1787556. OLE color: 1787556.
HSL color Cylindrical-coordinate representation of color #A4461B: hue angle of 18.83º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4461B is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 70 | 27 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.36 |
| HSL | 18.83º | 0.72% | 0.37% | - |
| HSV(B) | 18.83º | 0.84% | 0.64% | - |
| XYZ | 17.7 | 12.35 | 2.49 | - |
| YUV | 93.2 | 90.64 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 70 | 27 | 0 | 0.57 | 0.84 | 0.36 | 18.83 | 0.72 | 0.37 |
| Hex | A4 | 46 | 1B | 0 | 39 | 54 | 24 | 13 | 48 | 25 |
| Octal | 244 | 106 | 33 | 0 | 71 | 124 | 44 | 23 | 110 | 45 |
| Binary | 10100100 | 1000110 | 11011 | 0 | 111001 | 1010100 | 100100 | 10011 | 1001000 | 100101 |
Color Harmonies of #A4461B
Complementary color
Monochromatic Colors of #A4461B
Black with #A4461B
Text Example
Text Example
White with #A4461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4461B; }
p { color: rgb(164,70,27); }
H1.HeaderClassName
{
color: #A4461B;
}
.AnyTagClassName
{
color: #A4461B;
}
</style>
background-color css
<style>
a { background-color: #A4461B; }
a { background-color: rgb(164,70,27); }
div.DivClassName
{
background-color: #A4461B;
}
.BgClassName
{
background-color: #A4461B;
}
</style>
border-color css
<style>
span { border-color: #A4461B; }
span { border-color: rgb(164,70,27); }
td.TdClassName
{
border-color: #A4461B;
}
.TagClassName
{
border-color: #A4461B;
}
</style>