Shades of Rich Gold #A7530F
Tints of Rich Gold #A7530F
RGB
CMYK
RGB Variations
Color information
#A7530F (or 0xA7530F) is known color: Rich Gold. HEX triplet: A7, 53 and 0F. RGB value is (167,83,15). Sum of RGB (Red+Green+Blue) = 167+83+15=265 (35% of max value = 765). Red value is 167 (65.62% from 255 or 63.02% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 167 - color contains mainly: red. Hex color #A7530F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7530F is #58ACF0. Grayscale: #646464. Windows color (decimal): -5811441 or 1004455. OLE color: 1004455.
HSL color Cylindrical-coordinate representation of color #A7530F: hue angle of 26.84º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A7530F is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 83 | 15 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.35 |
| HSL | 26.84º | 0.84% | 0.36% | - |
| HSV(B) | 26.84º | 0.91% | 0.65% | - |
| XYZ | 19.12 | 14.44 | 2.23 | - |
| YUV | 100.36 | 79.83 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 83 | 15 | 0 | 0.50 | 0.91 | 0.35 | 26.84 | 0.84 | 0.36 |
| Hex | A7 | 53 | F | 0 | 32 | 5B | 23 | 1B | 54 | 24 |
| Octal | 247 | 123 | 17 | 0 | 62 | 133 | 43 | 33 | 124 | 44 |
| Binary | 10100111 | 1010011 | 1111 | 0 | 110010 | 1011011 | 100011 | 11011 | 1010100 | 100100 |
Color Harmonies of #A7530F
Complementary color
Monochromatic Colors of #A7530F
Black with #A7530F
Text Example
Text Example
White with #A7530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7530F; }
p { color: rgb(167,83,15); }
H1.HeaderClassName
{
color: #A7530F;
}
.AnyTagClassName
{
color: #A7530F;
}
</style>
background-color css
<style>
a { background-color: #A7530F; }
a { background-color: rgb(167,83,15); }
div.DivClassName
{
background-color: #A7530F;
}
.BgClassName
{
background-color: #A7530F;
}
</style>
border-color css
<style>
span { border-color: #A7530F; }
span { border-color: rgb(167,83,15); }
td.TdClassName
{
border-color: #A7530F;
}
.TagClassName
{
border-color: #A7530F;
}
</style>