Shades of Rich Gold #A44E22
Tints of Rich Gold #A44E22
RGB
CMYK
RGB Variations
Color information
#A44E22 (or 0xA44E22) is known color: Rich Gold. HEX triplet: A4, 4E and 22. RGB value is (164,78,34). Sum of RGB (Red+Green+Blue) = 164+78+34=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E22 is #5BB1DD. Grayscale: #626262. Windows color (decimal): -6009310 or 2248356. OLE color: 2248356.
HSL color Cylindrical-coordinate representation of color #A44E22: hue angle of 20.31º 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 #A44E22 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 78 | 34 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.36 |
| HSL | 20.31º | 0.66% | 0.39% | - |
| HSV(B) | 20.31º | 0.79% | 0.64% | - |
| XYZ | 18.32 | 13.46 | 3.15 | - |
| YUV | 98.7 | 91.49 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 34 | 0 | 0.52 | 0.79 | 0.36 | 20.31 | 0.66 | 0.39 |
| Hex | A4 | 4E | 22 | 0 | 34 | 4F | 24 | 14 | 42 | 27 |
| Octal | 244 | 116 | 42 | 0 | 64 | 117 | 44 | 24 | 102 | 47 |
| Binary | 10100100 | 1001110 | 100010 | 0 | 110100 | 1001111 | 100100 | 10100 | 1000010 | 100111 |
Color Harmonies of #A44E22
Complementary color
Monochromatic Colors of #A44E22
Black with #A44E22
Text Example
Text Example
White with #A44E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44E22; }
p { color: rgb(164,78,34); }
H1.HeaderClassName
{
color: #A44E22;
}
.AnyTagClassName
{
color: #A44E22;
}
</style>
background-color css
<style>
a { background-color: #A44E22; }
a { background-color: rgb(164,78,34); }
div.DivClassName
{
background-color: #A44E22;
}
.BgClassName
{
background-color: #A44E22;
}
</style>
border-color css
<style>
span { border-color: #A44E22; }
span { border-color: rgb(164,78,34); }
td.TdClassName
{
border-color: #A44E22;
}
.TagClassName
{
border-color: #A44E22;
}
</style>