Shades of Rich Gold #A45A1B
Tints of Rich Gold #A45A1B
RGB
CMYK
RGB Variations
Color information
#A45A1B (or 0xA45A1B) is known color: Rich Gold. HEX triplet: A4, 5A and 1B. RGB value is (164,90,27). Sum of RGB (Red+Green+Blue) = 164+90+27=281 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.36% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45A1B is #5BA5E4. Grayscale: #696969. Windows color (decimal): -6006245 or 1792676. OLE color: 1792676.
HSL color Cylindrical-coordinate representation of color #A45A1B: hue angle of 27.59º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A45A1B is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 27 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.36 |
| HSL | 27.59º | 0.72% | 0.37% | - |
| HSV(B) | 27.59º | 0.84% | 0.64% | - |
| XYZ | 19.16 | 15.28 | 2.98 | - |
| YUV | 104.94 | 84.02 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 27 | 0 | 0.45 | 0.84 | 0.36 | 27.59 | 0.72 | 0.37 |
| Hex | A4 | 5A | 1B | 0 | 2D | 54 | 24 | 1C | 48 | 25 |
| Octal | 244 | 132 | 33 | 0 | 55 | 124 | 44 | 34 | 110 | 45 |
| Binary | 10100100 | 1011010 | 11011 | 0 | 101101 | 1010100 | 100100 | 11100 | 1001000 | 100101 |
Color Harmonies of #A45A1B
Complementary color
Monochromatic Colors of #A45A1B
Black with #A45A1B
Text Example
Text Example
White with #A45A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A1B; }
p { color: rgb(164,90,27); }
H1.HeaderClassName
{
color: #A45A1B;
}
.AnyTagClassName
{
color: #A45A1B;
}
</style>
background-color css
<style>
a { background-color: #A45A1B; }
a { background-color: rgb(164,90,27); }
div.DivClassName
{
background-color: #A45A1B;
}
.BgClassName
{
background-color: #A45A1B;
}
</style>
border-color css
<style>
span { border-color: #A45A1B; }
span { border-color: rgb(164,90,27); }
td.TdClassName
{
border-color: #A45A1B;
}
.TagClassName
{
border-color: #A45A1B;
}
</style>