Shades of Rich Gold #A4451B
Tints of Rich Gold #A4451B
RGB
CMYK
RGB Variations
Color information
#A4451B (or 0xA4451B) is known color: Rich Gold. HEX triplet: A4, 45 and 1B. RGB value is (164,69,27). Sum of RGB (Red+Green+Blue) = 164+69+27=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A4451B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4451B is #5BBAE4. Grayscale: #5C5C5C. Windows color (decimal): -6011621 or 1787300. OLE color: 1787300.
HSL color Cylindrical-coordinate representation of color #A4451B: hue angle of 18.39º 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 #A4451B is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 69 | 27 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.36 |
| HSL | 18.39º | 0.72% | 0.37% | - |
| HSV(B) | 18.39º | 0.84% | 0.64% | - |
| XYZ | 17.64 | 12.23 | 2.47 | - |
| YUV | 92.62 | 90.97 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 27 | 0 | 0.58 | 0.84 | 0.36 | 18.39 | 0.72 | 0.37 |
| Hex | A4 | 45 | 1B | 0 | 3A | 54 | 24 | 12 | 48 | 25 |
| Octal | 244 | 105 | 33 | 0 | 72 | 124 | 44 | 22 | 110 | 45 |
| Binary | 10100100 | 1000101 | 11011 | 0 | 111010 | 1010100 | 100100 | 10010 | 1001000 | 100101 |
Color Harmonies of #A4451B
Complementary color
Monochromatic Colors of #A4451B
Black with #A4451B
Text Example
Text Example
White with #A4451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4451B; }
p { color: rgb(164,69,27); }
H1.HeaderClassName
{
color: #A4451B;
}
.AnyTagClassName
{
color: #A4451B;
}
</style>
background-color css
<style>
a { background-color: #A4451B; }
a { background-color: rgb(164,69,27); }
div.DivClassName
{
background-color: #A4451B;
}
.BgClassName
{
background-color: #A4451B;
}
</style>
border-color css
<style>
span { border-color: #A4451B; }
span { border-color: rgb(164,69,27); }
td.TdClassName
{
border-color: #A4451B;
}
.TagClassName
{
border-color: #A4451B;
}
</style>