Shades of Rich Gold #A8582A
Tints of Rich Gold #A8582A
RGB
CMYK
RGB Variations
Color information
#A8582A (or 0xA8582A) is known color: Rich Gold. HEX triplet: A8, 58 and 2A. RGB value is (168,88,42). Sum of RGB (Red+Green+Blue) = 168+88+42=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A8582A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8582A is #57A7D5. Grayscale: #6A6A6A. Windows color (decimal): -5744598 or 2775208. OLE color: 2775208.
HSL color Cylindrical-coordinate representation of color #A8582A: hue angle of 21.9º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8582A is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 42 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.34 |
| HSL | 21.9º | 0.6% | 0.41% | - |
| HSV(B) | 21.9º | 0.75% | 0.66% | - |
| XYZ | 20.06 | 15.47 | 4.12 | - |
| YUV | 106.68 | 91.5 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 42 | 0 | 0.48 | 0.75 | 0.34 | 21.9 | 0.6 | 0.41 |
| Hex | A8 | 58 | 2A | 0 | 30 | 4B | 22 | 16 | 3C | 29 |
| Octal | 250 | 130 | 52 | 0 | 60 | 113 | 42 | 26 | 74 | 51 |
| Binary | 10101000 | 1011000 | 101010 | 0 | 110000 | 1001011 | 100010 | 10110 | 111100 | 101001 |
Color Harmonies of #A8582A
Complementary color
Monochromatic Colors of #A8582A
Black with #A8582A
Text Example
Text Example
White with #A8582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8582A; }
p { color: rgb(168,88,42); }
H1.HeaderClassName
{
color: #A8582A;
}
.AnyTagClassName
{
color: #A8582A;
}
</style>
background-color css
<style>
a { background-color: #A8582A; }
a { background-color: rgb(168,88,42); }
div.DivClassName
{
background-color: #A8582A;
}
.BgClassName
{
background-color: #A8582A;
}
</style>
border-color css
<style>
span { border-color: #A8582A; }
span { border-color: rgb(168,88,42); }
td.TdClassName
{
border-color: #A8582A;
}
.TagClassName
{
border-color: #A8582A;
}
</style>