Shades of Rich Gold #A45A22
Tints of Rich Gold #A45A22
RGB
CMYK
RGB Variations
Color information
#A45A22 (or 0xA45A22) is known color: Rich Gold. HEX triplet: A4, 5A and 22. RGB value is (164,90,34). Sum of RGB (Red+Green+Blue) = 164+90+34=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45A22 is #5BA5DD. Grayscale: #6A6A6A. Windows color (decimal): -6006238 or 2251428. OLE color: 2251428.
HSL color Cylindrical-coordinate representation of color #A45A22: hue angle of 25.85º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A45A22 is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 34 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.36 |
| HSL | 25.85º | 0.66% | 0.39% | - |
| HSV(B) | 25.85º | 0.79% | 0.64% | - |
| XYZ | 19.25 | 15.32 | 3.46 | - |
| YUV | 105.74 | 87.52 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 34 | 0 | 0.45 | 0.79 | 0.36 | 25.85 | 0.66 | 0.39 |
| Hex | A4 | 5A | 22 | 0 | 2D | 4F | 24 | 1A | 42 | 27 |
| Octal | 244 | 132 | 42 | 0 | 55 | 117 | 44 | 32 | 102 | 47 |
| Binary | 10100100 | 1011010 | 100010 | 0 | 101101 | 1001111 | 100100 | 11010 | 1000010 | 100111 |
Color Harmonies of #A45A22
Complementary color
Monochromatic Colors of #A45A22
Black with #A45A22
Text Example
Text Example
White with #A45A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A22; }
p { color: rgb(164,90,34); }
H1.HeaderClassName
{
color: #A45A22;
}
.AnyTagClassName
{
color: #A45A22;
}
</style>
background-color css
<style>
a { background-color: #A45A22; }
a { background-color: rgb(164,90,34); }
div.DivClassName
{
background-color: #A45A22;
}
.BgClassName
{
background-color: #A45A22;
}
</style>
border-color css
<style>
span { border-color: #A45A22; }
span { border-color: rgb(164,90,34); }
td.TdClassName
{
border-color: #A45A22;
}
.TagClassName
{
border-color: #A45A22;
}
</style>