Shades of Rich Gold #A6552A
Tints of Rich Gold #A6552A
RGB
CMYK
RGB Variations
Color information
#A6552A (or 0xA6552A) is known color: Rich Gold. HEX triplet: A6, 55 and 2A. RGB value is (166,85,42). Sum of RGB (Red+Green+Blue) = 166+85+42=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A6552A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6552A is #59AAD5. Grayscale: #686868. Windows color (decimal): -5876438 or 2774438. OLE color: 2774438.
HSL color Cylindrical-coordinate representation of color #A6552A: hue angle of 20.81º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6552A is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 85 | 42 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.35 |
| HSL | 20.81º | 0.6% | 0.41% | - |
| HSV(B) | 20.81º | 0.75% | 0.65% | - |
| XYZ | 19.39 | 14.77 | 4.02 | - |
| YUV | 104.32 | 92.84 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 42 | 0 | 0.49 | 0.75 | 0.35 | 20.81 | 0.6 | 0.41 |
| Hex | A6 | 55 | 2A | 0 | 31 | 4B | 23 | 15 | 3C | 29 |
| Octal | 246 | 125 | 52 | 0 | 61 | 113 | 43 | 25 | 74 | 51 |
| Binary | 10100110 | 1010101 | 101010 | 0 | 110001 | 1001011 | 100011 | 10101 | 111100 | 101001 |
Color Harmonies of #A6552A
Complementary color
Monochromatic Colors of #A6552A
Black with #A6552A
Text Example
Text Example
White with #A6552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6552A; }
p { color: rgb(166,85,42); }
H1.HeaderClassName
{
color: #A6552A;
}
.AnyTagClassName
{
color: #A6552A;
}
</style>
background-color css
<style>
a { background-color: #A6552A; }
a { background-color: rgb(166,85,42); }
div.DivClassName
{
background-color: #A6552A;
}
.BgClassName
{
background-color: #A6552A;
}
</style>
border-color css
<style>
span { border-color: #A6552A; }
span { border-color: rgb(166,85,42); }
td.TdClassName
{
border-color: #A6552A;
}
.TagClassName
{
border-color: #A6552A;
}
</style>