Shades of Rich Gold #A44A23
Tints of Rich Gold #A44A23
RGB
CMYK
RGB Variations
Color information
#A44A23 (or 0xA44A23) is known color: Rich Gold. HEX triplet: A4, 4A and 23. RGB value is (164,74,35). Sum of RGB (Red+Green+Blue) = 164+74+35=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44A23 is #5BB5DC. Grayscale: #606060. Windows color (decimal): -6010333 or 2312868. OLE color: 2312868.
HSL color Cylindrical-coordinate representation of color #A44A23: hue angle of 18.14º degrees, saturation: 0.65, 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 #A44A23 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 74 | 35 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.36 |
| HSL | 18.14º | 0.65% | 0.39% | - |
| HSV(B) | 18.14º | 0.79% | 0.64% | - |
| XYZ | 18.06 | 12.91 | 3.13 | - |
| YUV | 96.46 | 93.32 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 35 | 0 | 0.55 | 0.79 | 0.36 | 18.14 | 0.65 | 0.39 |
| Hex | A4 | 4A | 23 | 0 | 37 | 4F | 24 | 12 | 41 | 27 |
| Octal | 244 | 112 | 43 | 0 | 67 | 117 | 44 | 22 | 101 | 47 |
| Binary | 10100100 | 1001010 | 100011 | 0 | 110111 | 1001111 | 100100 | 10010 | 1000001 | 100111 |
Color Harmonies of #A44A23
Complementary color
Monochromatic Colors of #A44A23
Black with #A44A23
Text Example
Text Example
White with #A44A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44A23; }
p { color: rgb(164,74,35); }
H1.HeaderClassName
{
color: #A44A23;
}
.AnyTagClassName
{
color: #A44A23;
}
</style>
background-color css
<style>
a { background-color: #A44A23; }
a { background-color: rgb(164,74,35); }
div.DivClassName
{
background-color: #A44A23;
}
.BgClassName
{
background-color: #A44A23;
}
</style>
border-color css
<style>
span { border-color: #A44A23; }
span { border-color: rgb(164,74,35); }
td.TdClassName
{
border-color: #A44A23;
}
.TagClassName
{
border-color: #A44A23;
}
</style>