Shades of Rich Gold #A8441E
Tints of Rich Gold #A8441E
RGB
CMYK
RGB Variations
Color information
#A8441E (or 0xA8441E) is known color: Rich Gold. HEX triplet: A8, 44 and 1E. RGB value is (168,68,30). Sum of RGB (Red+Green+Blue) = 168+68+30=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A8441E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8441E is #57BBE1. Grayscale: #5D5D5D. Windows color (decimal): -5749730 or 1983656. OLE color: 1983656.
HSL color Cylindrical-coordinate representation of color #A8441E: hue angle of 16.52º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8441E is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 68 | 30 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.34 |
| HSL | 16.52º | 0.7% | 0.39% | - |
| HSV(B) | 16.52º | 0.82% | 0.66% | - |
| XYZ | 18.45 | 12.55 | 2.68 | - |
| YUV | 93.57 | 92.13 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 30 | 0 | 0.60 | 0.82 | 0.34 | 16.52 | 0.7 | 0.39 |
| Hex | A8 | 44 | 1E | 0 | 3C | 52 | 22 | 11 | 46 | 27 |
| Octal | 250 | 104 | 36 | 0 | 74 | 122 | 42 | 21 | 106 | 47 |
| Binary | 10101000 | 1000100 | 11110 | 0 | 111100 | 1010010 | 100010 | 10001 | 1000110 | 100111 |
Color Harmonies of #A8441E
Complementary color
Monochromatic Colors of #A8441E
Black with #A8441E
Text Example
Text Example
White with #A8441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8441E; }
p { color: rgb(168,68,30); }
H1.HeaderClassName
{
color: #A8441E;
}
.AnyTagClassName
{
color: #A8441E;
}
</style>
background-color css
<style>
a { background-color: #A8441E; }
a { background-color: rgb(168,68,30); }
div.DivClassName
{
background-color: #A8441E;
}
.BgClassName
{
background-color: #A8441E;
}
</style>
border-color css
<style>
span { border-color: #A8441E; }
span { border-color: rgb(168,68,30); }
td.TdClassName
{
border-color: #A8441E;
}
.TagClassName
{
border-color: #A8441E;
}
</style>