Shades of Rich Gold #A44318
Tints of Rich Gold #A44318
RGB
CMYK
RGB Variations
Color information
#A44318 (or 0xA44318) is known color: Rich Gold. HEX triplet: A4, 43 and 18. RGB value is (164,67,24). Sum of RGB (Red+Green+Blue) = 164+67+24=255 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.31% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 164 - color contains mainly: red. Hex color #A44318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44318 is #5BBCE7. Grayscale: #5B5B5B. Windows color (decimal): -6012136 or 1590180. OLE color: 1590180.
HSL color Cylindrical-coordinate representation of color #A44318: hue angle of 18.43º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A44318 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 67 | 24 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.36 |
| HSL | 18.43º | 0.74% | 0.37% | - |
| HSV(B) | 18.43º | 0.85% | 0.64% | - |
| XYZ | 17.48 | 11.97 | 2.25 | - |
| YUV | 91.1 | 90.14 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 67 | 24 | 0 | 0.59 | 0.85 | 0.36 | 18.43 | 0.74 | 0.37 |
| Hex | A4 | 43 | 18 | 0 | 3B | 55 | 24 | 12 | 4A | 25 |
| Octal | 244 | 103 | 30 | 0 | 73 | 125 | 44 | 22 | 112 | 45 |
| Binary | 10100100 | 1000011 | 11000 | 0 | 111011 | 1010101 | 100100 | 10010 | 1001010 | 100101 |
Color Harmonies of #A44318
Complementary color
Monochromatic Colors of #A44318
Black with #A44318
Text Example
Text Example
White with #A44318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44318; }
p { color: rgb(164,67,24); }
H1.HeaderClassName
{
color: #A44318;
}
.AnyTagClassName
{
color: #A44318;
}
</style>
background-color css
<style>
a { background-color: #A44318; }
a { background-color: rgb(164,67,24); }
div.DivClassName
{
background-color: #A44318;
}
.BgClassName
{
background-color: #A44318;
}
</style>
border-color css
<style>
span { border-color: #A44318; }
span { border-color: rgb(164,67,24); }
td.TdClassName
{
border-color: #A44318;
}
.TagClassName
{
border-color: #A44318;
}
</style>