Shades of Rich Gold #A6521B
Tints of Rich Gold #A6521B
RGB
CMYK
RGB Variations
Color information
#A6521B (or 0xA6521B) is known color: Rich Gold. HEX triplet: A6, 52 and 1B. RGB value is (166,82,27). Sum of RGB (Red+Green+Blue) = 166+82+27=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A6521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6521B is #59ADE4. Grayscale: #656565. Windows color (decimal): -5877221 or 1790630. OLE color: 1790630.
HSL color Cylindrical-coordinate representation of color #A6521B: hue angle of 23.74º 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 #A6521B is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 82 | 27 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.35 |
| HSL | 23.74º | 0.72% | 0.38% | - |
| HSV(B) | 23.74º | 0.84% | 0.65% | - |
| XYZ | 18.94 | 14.22 | 2.78 | - |
| YUV | 100.85 | 86.33 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 27 | 0 | 0.51 | 0.84 | 0.35 | 23.74 | 0.72 | 0.38 |
| Hex | A6 | 52 | 1B | 0 | 33 | 54 | 23 | 18 | 48 | 26 |
| Octal | 246 | 122 | 33 | 0 | 63 | 124 | 43 | 30 | 110 | 46 |
| Binary | 10100110 | 1010010 | 11011 | 0 | 110011 | 1010100 | 100011 | 11000 | 1001000 | 100110 |
Color Harmonies of #A6521B
Complementary color
Monochromatic Colors of #A6521B
Black with #A6521B
Text Example
Text Example
White with #A6521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6521B; }
p { color: rgb(166,82,27); }
H1.HeaderClassName
{
color: #A6521B;
}
.AnyTagClassName
{
color: #A6521B;
}
</style>
background-color css
<style>
a { background-color: #A6521B; }
a { background-color: rgb(166,82,27); }
div.DivClassName
{
background-color: #A6521B;
}
.BgClassName
{
background-color: #A6521B;
}
</style>
border-color css
<style>
span { border-color: #A6521B; }
span { border-color: rgb(166,82,27); }
td.TdClassName
{
border-color: #A6521B;
}
.TagClassName
{
border-color: #A6521B;
}
</style>