Shades of Rich Gold #A8530F
Tints of Rich Gold #A8530F
RGB
CMYK
RGB Variations
Color information
#A8530F (or 0xA8530F) is known color: Rich Gold. HEX triplet: A8, 53 and 0F. RGB value is (168,83,15). Sum of RGB (Red+Green+Blue) = 168+83+15=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A8530F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8530F is #57ACF0. Grayscale: #656565. Windows color (decimal): -5745905 or 1004456. OLE color: 1004456.
HSL color Cylindrical-coordinate representation of color #A8530F: hue angle of 26.67º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8530F is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 15 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.34 |
| HSL | 26.67º | 0.84% | 0.36% | - |
| HSV(B) | 26.67º | 0.91% | 0.66% | - |
| XYZ | 19.33 | 14.55 | 2.24 | - |
| YUV | 100.66 | 79.66 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 15 | 0 | 0.51 | 0.91 | 0.34 | 26.67 | 0.84 | 0.36 |
| Hex | A8 | 53 | F | 0 | 33 | 5B | 22 | 1B | 54 | 24 |
| Octal | 250 | 123 | 17 | 0 | 63 | 133 | 42 | 33 | 124 | 44 |
| Binary | 10101000 | 1010011 | 1111 | 0 | 110011 | 1011011 | 100010 | 11011 | 1010100 | 100100 |
Color Harmonies of #A8530F
Complementary color
Monochromatic Colors of #A8530F
Black with #A8530F
Text Example
Text Example
White with #A8530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8530F; }
p { color: rgb(168,83,15); }
H1.HeaderClassName
{
color: #A8530F;
}
.AnyTagClassName
{
color: #A8530F;
}
</style>
background-color css
<style>
a { background-color: #A8530F; }
a { background-color: rgb(168,83,15); }
div.DivClassName
{
background-color: #A8530F;
}
.BgClassName
{
background-color: #A8530F;
}
</style>
border-color css
<style>
span { border-color: #A8530F; }
span { border-color: rgb(168,83,15); }
td.TdClassName
{
border-color: #A8530F;
}
.TagClassName
{
border-color: #A8530F;
}
</style>