Shades of Rich Gold #A6421B
Tints of Rich Gold #A6421B
RGB
CMYK
RGB Variations
Color information
#A6421B (or 0xA6421B) is known color: Rich Gold. HEX triplet: A6, 42 and 1B. RGB value is (166,66,27). Sum of RGB (Red+Green+Blue) = 166+66+27=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A6421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6421B is #59BDE4. Grayscale: #5B5B5B. Windows color (decimal): -5881317 or 1786534. OLE color: 1786534.
HSL color Cylindrical-coordinate representation of color #A6421B: hue angle of 16.83º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6421B is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 66 | 27 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.35 |
| HSL | 16.83º | 0.72% | 0.38% | - |
| HSV(B) | 16.83º | 0.84% | 0.65% | - |
| XYZ | 17.87 | 12.08 | 2.43 | - |
| YUV | 91.45 | 91.63 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 27 | 0 | 0.60 | 0.84 | 0.35 | 16.83 | 0.72 | 0.38 |
| Hex | A6 | 42 | 1B | 0 | 3C | 54 | 23 | 11 | 48 | 26 |
| Octal | 246 | 102 | 33 | 0 | 74 | 124 | 43 | 21 | 110 | 46 |
| Binary | 10100110 | 1000010 | 11011 | 0 | 111100 | 1010100 | 100011 | 10001 | 1001000 | 100110 |
Color Harmonies of #A6421B
Complementary color
Monochromatic Colors of #A6421B
Black with #A6421B
Text Example
Text Example
White with #A6421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6421B; }
p { color: rgb(166,66,27); }
H1.HeaderClassName
{
color: #A6421B;
}
.AnyTagClassName
{
color: #A6421B;
}
</style>
background-color css
<style>
a { background-color: #A6421B; }
a { background-color: rgb(166,66,27); }
div.DivClassName
{
background-color: #A6421B;
}
.BgClassName
{
background-color: #A6421B;
}
</style>
border-color css
<style>
span { border-color: #A6421B; }
span { border-color: rgb(166,66,27); }
td.TdClassName
{
border-color: #A6421B;
}
.TagClassName
{
border-color: #A6421B;
}
</style>