Shades of Rich Gold #A75A1F
Tints of Rich Gold #A75A1F
RGB
CMYK
RGB Variations
Color information
#A75A1F (or 0xA75A1F) is known color: Rich Gold. HEX triplet: A7, 5A and 1F. RGB value is (167,90,31). Sum of RGB (Red+Green+Blue) = 167+90+31=288 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.99% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75A1F is #58A5E0. Grayscale: #6A6A6A. Windows color (decimal): -5809633 or 2054823. OLE color: 2054823.
HSL color Cylindrical-coordinate representation of color #A75A1F: hue angle of 26.03º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A75A1F is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 90 | 31 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.35 |
| HSL | 26.03º | 0.69% | 0.39% | - |
| HSV(B) | 26.03º | 0.81% | 0.65% | - |
| XYZ | 19.84 | 15.63 | 3.27 | - |
| YUV | 106.3 | 85.51 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 90 | 31 | 0 | 0.46 | 0.81 | 0.35 | 26.03 | 0.69 | 0.39 |
| Hex | A7 | 5A | 1F | 0 | 2E | 51 | 23 | 1A | 45 | 27 |
| Octal | 247 | 132 | 37 | 0 | 56 | 121 | 43 | 32 | 105 | 47 |
| Binary | 10100111 | 1011010 | 11111 | 0 | 101110 | 1010001 | 100011 | 11010 | 1000101 | 100111 |
Color Harmonies of #A75A1F
Complementary color
Monochromatic Colors of #A75A1F
Black with #A75A1F
Text Example
Text Example
White with #A75A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75A1F; }
p { color: rgb(167,90,31); }
H1.HeaderClassName
{
color: #A75A1F;
}
.AnyTagClassName
{
color: #A75A1F;
}
</style>
background-color css
<style>
a { background-color: #A75A1F; }
a { background-color: rgb(167,90,31); }
div.DivClassName
{
background-color: #A75A1F;
}
.BgClassName
{
background-color: #A75A1F;
}
</style>
border-color css
<style>
span { border-color: #A75A1F; }
span { border-color: rgb(167,90,31); }
td.TdClassName
{
border-color: #A75A1F;
}
.TagClassName
{
border-color: #A75A1F;
}
</style>