Shades of Rich Gold #A35518
Tints of Rich Gold #A35518
RGB
CMYK
RGB Variations
Color information
#A35518 (or 0xA35518) is known color: Rich Gold. HEX triplet: A3, 55 and 18. RGB value is (163,85,24). Sum of RGB (Red+Green+Blue) = 163+85+24=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A35518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35518 is #5CAAE7. Grayscale: #656565. Windows color (decimal): -6073064 or 1594787. OLE color: 1594787.
HSL color Cylindrical-coordinate representation of color #A35518: hue angle of 26.33º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A35518 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 85 | 24 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.36 |
| HSL | 26.33º | 0.74% | 0.37% | - |
| HSV(B) | 26.33º | 0.85% | 0.64% | - |
| XYZ | 18.52 | 14.35 | 2.66 | - |
| YUV | 101.37 | 84.34 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 24 | 0 | 0.48 | 0.85 | 0.36 | 26.33 | 0.74 | 0.37 |
| Hex | A3 | 55 | 18 | 0 | 30 | 55 | 24 | 1A | 4A | 25 |
| Octal | 243 | 125 | 30 | 0 | 60 | 125 | 44 | 32 | 112 | 45 |
| Binary | 10100011 | 1010101 | 11000 | 0 | 110000 | 1010101 | 100100 | 11010 | 1001010 | 100101 |
Color Harmonies of #A35518
Complementary color
Monochromatic Colors of #A35518
Black with #A35518
Text Example
Text Example
White with #A35518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35518; }
p { color: rgb(163,85,24); }
H1.HeaderClassName
{
color: #A35518;
}
.AnyTagClassName
{
color: #A35518;
}
</style>
background-color css
<style>
a { background-color: #A35518; }
a { background-color: rgb(163,85,24); }
div.DivClassName
{
background-color: #A35518;
}
.BgClassName
{
background-color: #A35518;
}
</style>
border-color css
<style>
span { border-color: #A35518; }
span { border-color: rgb(163,85,24); }
td.TdClassName
{
border-color: #A35518;
}
.TagClassName
{
border-color: #A35518;
}
</style>