Shades of Rich Gold #A1500F
Tints of Rich Gold #A1500F
RGB
CMYK
RGB Variations
Color information
#A1500F (or 0xA1500F) is known color: Rich Gold. HEX triplet: A1, 50 and 0F. RGB value is (161,80,15). Sum of RGB (Red+Green+Blue) = 161+80+15=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A1500F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1500F is #5EAFF0. Grayscale: #616161. Windows color (decimal): -6205425 or 1003681. OLE color: 1003681.
HSL color Cylindrical-coordinate representation of color #A1500F: hue angle of 26.71º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1500F is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 15 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.37 |
| HSL | 26.71º | 0.83% | 0.35% | - |
| HSV(B) | 26.71º | 0.91% | 0.63% | - |
| XYZ | 17.65 | 13.35 | 2.1 | - |
| YUV | 96.81 | 81.84 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 15 | 0 | 0.50 | 0.91 | 0.37 | 26.71 | 0.83 | 0.35 |
| Hex | A1 | 50 | F | 0 | 32 | 5B | 25 | 1B | 53 | 23 |
| Octal | 241 | 120 | 17 | 0 | 62 | 133 | 45 | 33 | 123 | 43 |
| Binary | 10100001 | 1010000 | 1111 | 0 | 110010 | 1011011 | 100101 | 11011 | 1010011 | 100011 |
Color Harmonies of #A1500F
Complementary color
Monochromatic Colors of #A1500F
Black with #A1500F
Text Example
Text Example
White with #A1500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1500F; }
p { color: rgb(161,80,15); }
H1.HeaderClassName
{
color: #A1500F;
}
.AnyTagClassName
{
color: #A1500F;
}
</style>
background-color css
<style>
a { background-color: #A1500F; }
a { background-color: rgb(161,80,15); }
div.DivClassName
{
background-color: #A1500F;
}
.BgClassName
{
background-color: #A1500F;
}
</style>
border-color css
<style>
span { border-color: #A1500F; }
span { border-color: rgb(161,80,15); }
td.TdClassName
{
border-color: #A1500F;
}
.TagClassName
{
border-color: #A1500F;
}
</style>