Shades of Rich Gold #A45D1F
Tints of Rich Gold #A45D1F
RGB
CMYK
RGB Variations
Color information
#A45D1F (or 0xA45D1F) is known color: Rich Gold. HEX triplet: A4, 5D and 1F. RGB value is (164,93,31). Sum of RGB (Red+Green+Blue) = 164+93+31=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45D1F is #5BA2E0. Grayscale: #6B6B6B. Windows color (decimal): -6005473 or 2055588. OLE color: 2055588.
HSL color Cylindrical-coordinate representation of color #A45D1F: hue angle of 27.97º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A45D1F is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 93 | 31 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.36 |
| HSL | 27.97º | 0.68% | 0.38% | - |
| HSV(B) | 27.97º | 0.81% | 0.64% | - |
| XYZ | 19.47 | 15.82 | 3.32 | - |
| YUV | 107.16 | 85.02 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 31 | 0 | 0.43 | 0.81 | 0.36 | 27.97 | 0.68 | 0.38 |
| Hex | A4 | 5D | 1F | 0 | 2B | 51 | 24 | 1C | 44 | 26 |
| Octal | 244 | 135 | 37 | 0 | 53 | 121 | 44 | 34 | 104 | 46 |
| Binary | 10100100 | 1011101 | 11111 | 0 | 101011 | 1010001 | 100100 | 11100 | 1000100 | 100110 |
Color Harmonies of #A45D1F
Complementary color
Monochromatic Colors of #A45D1F
Black with #A45D1F
Text Example
Text Example
White with #A45D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45D1F; }
p { color: rgb(164,93,31); }
H1.HeaderClassName
{
color: #A45D1F;
}
.AnyTagClassName
{
color: #A45D1F;
}
</style>
background-color css
<style>
a { background-color: #A45D1F; }
a { background-color: rgb(164,93,31); }
div.DivClassName
{
background-color: #A45D1F;
}
.BgClassName
{
background-color: #A45D1F;
}
</style>
border-color css
<style>
span { border-color: #A45D1F; }
span { border-color: rgb(164,93,31); }
td.TdClassName
{
border-color: #A45D1F;
}
.TagClassName
{
border-color: #A45D1F;
}
</style>