Shades of Rich Gold #A44B25
Tints of Rich Gold #A44B25
RGB
CMYK
RGB Variations
Color information
#A44B25 (or 0xA44B25) is known color: Rich Gold. HEX triplet: A4, 4B and 25. RGB value is (164,75,37). Sum of RGB (Red+Green+Blue) = 164+75+37=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44B25 is #5BB4DA. Grayscale: #616161. Windows color (decimal): -6010075 or 2444196. OLE color: 2444196.
HSL color Cylindrical-coordinate representation of color #A44B25: hue angle of 17.95º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A44B25 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 75 | 37 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.36 |
| HSL | 17.95º | 0.63% | 0.39% | - |
| HSV(B) | 17.95º | 0.77% | 0.64% | - |
| XYZ | 18.16 | 13.06 | 3.31 | - |
| YUV | 97.28 | 93.99 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 37 | 0 | 0.54 | 0.77 | 0.36 | 17.95 | 0.63 | 0.39 |
| Hex | A4 | 4B | 25 | 0 | 36 | 4D | 24 | 12 | 3F | 27 |
| Octal | 244 | 113 | 45 | 0 | 66 | 115 | 44 | 22 | 77 | 47 |
| Binary | 10100100 | 1001011 | 100101 | 0 | 110110 | 1001101 | 100100 | 10010 | 111111 | 100111 |
Color Harmonies of #A44B25
Complementary color
Monochromatic Colors of #A44B25
Black with #A44B25
Text Example
Text Example
White with #A44B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44B25; }
p { color: rgb(164,75,37); }
H1.HeaderClassName
{
color: #A44B25;
}
.AnyTagClassName
{
color: #A44B25;
}
</style>
background-color css
<style>
a { background-color: #A44B25; }
a { background-color: rgb(164,75,37); }
div.DivClassName
{
background-color: #A44B25;
}
.BgClassName
{
background-color: #A44B25;
}
</style>
border-color css
<style>
span { border-color: #A44B25; }
span { border-color: rgb(164,75,37); }
td.TdClassName
{
border-color: #A44B25;
}
.TagClassName
{
border-color: #A44B25;
}
</style>