Shades of Rich Gold #A35517
Tints of Rich Gold #A35517
RGB
CMYK
RGB Variations
Color information
#A35517 (or 0xA35517) is known color: Rich Gold. HEX triplet: A3, 55 and 17. RGB value is (163,85,23). Sum of RGB (Red+Green+Blue) = 163+85+23=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A35517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35517 is #5CAAE8. Grayscale: #656565. Windows color (decimal): -6073065 or 1529251. OLE color: 1529251.
HSL color Cylindrical-coordinate representation of color #A35517: hue angle of 26.57º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A35517 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 85 | 23 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.36 |
| HSL | 26.57º | 0.75% | 0.36% | - |
| HSV(B) | 26.57º | 0.86% | 0.64% | - |
| XYZ | 18.51 | 14.35 | 2.6 | - |
| YUV | 101.25 | 83.84 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 23 | 0 | 0.48 | 0.86 | 0.36 | 26.57 | 0.75 | 0.36 |
| Hex | A3 | 55 | 17 | 0 | 30 | 56 | 24 | 1B | 4B | 24 |
| Octal | 243 | 125 | 27 | 0 | 60 | 126 | 44 | 33 | 113 | 44 |
| Binary | 10100011 | 1010101 | 10111 | 0 | 110000 | 1010110 | 100100 | 11011 | 1001011 | 100100 |
Color Harmonies of #A35517
Complementary color
Monochromatic Colors of #A35517
Black with #A35517
Text Example
Text Example
White with #A35517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35517; }
p { color: rgb(163,85,23); }
H1.HeaderClassName
{
color: #A35517;
}
.AnyTagClassName
{
color: #A35517;
}
</style>
background-color css
<style>
a { background-color: #A35517; }
a { background-color: rgb(163,85,23); }
div.DivClassName
{
background-color: #A35517;
}
.BgClassName
{
background-color: #A35517;
}
</style>
border-color css
<style>
span { border-color: #A35517; }
span { border-color: rgb(163,85,23); }
td.TdClassName
{
border-color: #A35517;
}
.TagClassName
{
border-color: #A35517;
}
</style>