Shades of Rich Gold #A8441B
Tints of Rich Gold #A8441B
RGB
CMYK
RGB Variations
Color information
#A8441B (or 0xA8441B) is known color: Rich Gold. HEX triplet: A8, 44 and 1B. RGB value is (168,68,27). Sum of RGB (Red+Green+Blue) = 168+68+27=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A8441B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8441B is #57BBE4. Grayscale: #5D5D5D. Windows color (decimal): -5749733 or 1787048. OLE color: 1787048.
HSL color Cylindrical-coordinate representation of color #A8441B: hue angle of 17.45º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8441B is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 68 | 27 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.34 |
| HSL | 17.45º | 0.72% | 0.38% | - |
| HSV(B) | 17.45º | 0.84% | 0.66% | - |
| XYZ | 18.41 | 12.54 | 2.49 | - |
| YUV | 93.23 | 90.63 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 27 | 0 | 0.60 | 0.84 | 0.34 | 17.45 | 0.72 | 0.38 |
| Hex | A8 | 44 | 1B | 0 | 3C | 54 | 22 | 11 | 48 | 26 |
| Octal | 250 | 104 | 33 | 0 | 74 | 124 | 42 | 21 | 110 | 46 |
| Binary | 10101000 | 1000100 | 11011 | 0 | 111100 | 1010100 | 100010 | 10001 | 1001000 | 100110 |
Color Harmonies of #A8441B
Complementary color
Monochromatic Colors of #A8441B
Black with #A8441B
Text Example
Text Example
White with #A8441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8441B; }
p { color: rgb(168,68,27); }
H1.HeaderClassName
{
color: #A8441B;
}
.AnyTagClassName
{
color: #A8441B;
}
</style>
background-color css
<style>
a { background-color: #A8441B; }
a { background-color: rgb(168,68,27); }
div.DivClassName
{
background-color: #A8441B;
}
.BgClassName
{
background-color: #A8441B;
}
</style>
border-color css
<style>
span { border-color: #A8441B; }
span { border-color: rgb(168,68,27); }
td.TdClassName
{
border-color: #A8441B;
}
.TagClassName
{
border-color: #A8441B;
}
</style>