Shades of Rich Gold #A15523
Tints of Rich Gold #A15523
RGB
CMYK
RGB Variations
Color information
#A15523 (or 0xA15523) is known color: Rich Gold. HEX triplet: A1, 55 and 23. RGB value is (161,85,35). Sum of RGB (Red+Green+Blue) = 161+85+35=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A15523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15523 is #5EAADC. Grayscale: #666666. Windows color (decimal): -6204125 or 2315681. OLE color: 2315681.
HSL color Cylindrical-coordinate representation of color #A15523: hue angle of 23.81º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A15523 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 85 | 35 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.37 |
| HSL | 23.81º | 0.64% | 0.38% | - |
| HSV(B) | 23.81º | 0.78% | 0.63% | - |
| XYZ | 18.25 | 14.2 | 3.37 | - |
| YUV | 102.02 | 90.18 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 35 | 0 | 0.47 | 0.78 | 0.37 | 23.81 | 0.64 | 0.38 |
| Hex | A1 | 55 | 23 | 0 | 2F | 4E | 25 | 18 | 40 | 26 |
| Octal | 241 | 125 | 43 | 0 | 57 | 116 | 45 | 30 | 100 | 46 |
| Binary | 10100001 | 1010101 | 100011 | 0 | 101111 | 1001110 | 100101 | 11000 | 1000000 | 100110 |
Color Harmonies of #A15523
Complementary color
Monochromatic Colors of #A15523
Black with #A15523
Text Example
Text Example
White with #A15523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15523; }
p { color: rgb(161,85,35); }
H1.HeaderClassName
{
color: #A15523;
}
.AnyTagClassName
{
color: #A15523;
}
</style>
background-color css
<style>
a { background-color: #A15523; }
a { background-color: rgb(161,85,35); }
div.DivClassName
{
background-color: #A15523;
}
.BgClassName
{
background-color: #A15523;
}
</style>
border-color css
<style>
span { border-color: #A15523; }
span { border-color: rgb(161,85,35); }
td.TdClassName
{
border-color: #A15523;
}
.TagClassName
{
border-color: #A15523;
}
</style>