Shades of Rich Gold #A3571A
Tints of Rich Gold #A3571A
RGB
CMYK
RGB Variations
Color information
#A3571A (or 0xA3571A) is known color: Rich Gold. HEX triplet: A3, 57 and 1A. RGB value is (163,87,26). Sum of RGB (Red+Green+Blue) = 163+87+26=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A3571A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3571A is #5CA8E5. Grayscale: #676767. Windows color (decimal): -6072550 or 1726371. OLE color: 1726371.
HSL color Cylindrical-coordinate representation of color #A3571A: hue angle of 26.72º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A3571A is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 87 | 26 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.36 |
| HSL | 26.72º | 0.72% | 0.37% | - |
| HSV(B) | 26.72º | 0.84% | 0.64% | - |
| XYZ | 18.7 | 14.68 | 2.82 | - |
| YUV | 102.77 | 84.68 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 87 | 26 | 0 | 0.47 | 0.84 | 0.36 | 26.72 | 0.72 | 0.37 |
| Hex | A3 | 57 | 1A | 0 | 2F | 54 | 24 | 1B | 48 | 25 |
| Octal | 243 | 127 | 32 | 0 | 57 | 124 | 44 | 33 | 110 | 45 |
| Binary | 10100011 | 1010111 | 11010 | 0 | 101111 | 1010100 | 100100 | 11011 | 1001000 | 100101 |
Color Harmonies of #A3571A
Complementary color
Monochromatic Colors of #A3571A
Black with #A3571A
Text Example
Text Example
White with #A3571A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3571A; }
p { color: rgb(163,87,26); }
H1.HeaderClassName
{
color: #A3571A;
}
.AnyTagClassName
{
color: #A3571A;
}
</style>
background-color css
<style>
a { background-color: #A3571A; }
a { background-color: rgb(163,87,26); }
div.DivClassName
{
background-color: #A3571A;
}
.BgClassName
{
background-color: #A3571A;
}
</style>
border-color css
<style>
span { border-color: #A3571A; }
span { border-color: rgb(163,87,26); }
td.TdClassName
{
border-color: #A3571A;
}
.TagClassName
{
border-color: #A3571A;
}
</style>