Shades of Rich Gold #A7581A
Tints of Rich Gold #A7581A
RGB
CMYK
RGB Variations
Color information
#A7581A (or 0xA7581A) is known color: Rich Gold. HEX triplet: A7, 58 and 1A. RGB value is (167,88,26). Sum of RGB (Red+Green+Blue) = 167+88+26=281 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.43% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 167 - color contains mainly: red. Hex color #A7581A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7581A is #58A7E5. Grayscale: #686868. Windows color (decimal): -5810150 or 1726631. OLE color: 1726631.
HSL color Cylindrical-coordinate representation of color #A7581A: hue angle of 26.38º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A7581A is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 88 | 26 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.35 |
| HSL | 26.38º | 0.73% | 0.38% | - |
| HSV(B) | 26.38º | 0.84% | 0.65% | - |
| XYZ | 19.61 | 15.27 | 2.89 | - |
| YUV | 104.55 | 83.67 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 88 | 26 | 0 | 0.47 | 0.84 | 0.35 | 26.38 | 0.73 | 0.38 |
| Hex | A7 | 58 | 1A | 0 | 2F | 54 | 23 | 1A | 49 | 26 |
| Octal | 247 | 130 | 32 | 0 | 57 | 124 | 43 | 32 | 111 | 46 |
| Binary | 10100111 | 1011000 | 11010 | 0 | 101111 | 1010100 | 100011 | 11010 | 1001001 | 100110 |
Color Harmonies of #A7581A
Complementary color
Monochromatic Colors of #A7581A
Black with #A7581A
Text Example
Text Example
White with #A7581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7581A; }
p { color: rgb(167,88,26); }
H1.HeaderClassName
{
color: #A7581A;
}
.AnyTagClassName
{
color: #A7581A;
}
</style>
background-color css
<style>
a { background-color: #A7581A; }
a { background-color: rgb(167,88,26); }
div.DivClassName
{
background-color: #A7581A;
}
.BgClassName
{
background-color: #A7581A;
}
</style>
border-color css
<style>
span { border-color: #A7581A; }
span { border-color: rgb(167,88,26); }
td.TdClassName
{
border-color: #A7581A;
}
.TagClassName
{
border-color: #A7581A;
}
</style>