Shades of Rich Gold #A84A1A
Tints of Rich Gold #A84A1A
RGB
CMYK
RGB Variations
Color information
#A84A1A (or 0xA84A1A) is known color: Rich Gold. HEX triplet: A8, 4A and 1A. RGB value is (168,74,26). Sum of RGB (Red+Green+Blue) = 168+74+26=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84A1A is #57B5E5. Grayscale: #606060. Windows color (decimal): -5748198 or 1723048. OLE color: 1723048.
HSL color Cylindrical-coordinate representation of color #A84A1A: hue angle of 20.28º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A84A1A is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 74 | 26 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.34 |
| HSL | 20.28º | 0.73% | 0.38% | - |
| HSV(B) | 20.28º | 0.85% | 0.66% | - |
| XYZ | 18.78 | 13.3 | 2.55 | - |
| YUV | 96.63 | 88.14 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 26 | 0 | 0.56 | 0.85 | 0.34 | 20.28 | 0.73 | 0.38 |
| Hex | A8 | 4A | 1A | 0 | 38 | 55 | 22 | 14 | 49 | 26 |
| Octal | 250 | 112 | 32 | 0 | 70 | 125 | 42 | 24 | 111 | 46 |
| Binary | 10101000 | 1001010 | 11010 | 0 | 111000 | 1010101 | 100010 | 10100 | 1001001 | 100110 |
Color Harmonies of #A84A1A
Complementary color
Monochromatic Colors of #A84A1A
Black with #A84A1A
Text Example
Text Example
White with #A84A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84A1A; }
p { color: rgb(168,74,26); }
H1.HeaderClassName
{
color: #A84A1A;
}
.AnyTagClassName
{
color: #A84A1A;
}
</style>
background-color css
<style>
a { background-color: #A84A1A; }
a { background-color: rgb(168,74,26); }
div.DivClassName
{
background-color: #A84A1A;
}
.BgClassName
{
background-color: #A84A1A;
}
</style>
border-color css
<style>
span { border-color: #A84A1A; }
span { border-color: rgb(168,74,26); }
td.TdClassName
{
border-color: #A84A1A;
}
.TagClassName
{
border-color: #A84A1A;
}
</style>