Shades of Rich Gold #A3551B
Tints of Rich Gold #A3551B
RGB
CMYK
RGB Variations
Color information
#A3551B (or 0xA3551B) is known color: Rich Gold. HEX triplet: A3, 55 and 1B. RGB value is (163,85,27). Sum of RGB (Red+Green+Blue) = 163+85+27=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A3551B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3551B is #5CAAE4. Grayscale: #666666. Windows color (decimal): -6073061 or 1791395. OLE color: 1791395.
HSL color Cylindrical-coordinate representation of color #A3551B: hue angle of 25.59º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A3551B is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 85 | 27 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.36 |
| HSL | 25.59º | 0.72% | 0.37% | - |
| HSV(B) | 25.59º | 0.83% | 0.64% | - |
| XYZ | 18.55 | 14.36 | 2.83 | - |
| YUV | 101.71 | 85.84 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 27 | 0 | 0.48 | 0.83 | 0.36 | 25.59 | 0.72 | 0.37 |
| Hex | A3 | 55 | 1B | 0 | 30 | 53 | 24 | 1A | 48 | 25 |
| Octal | 243 | 125 | 33 | 0 | 60 | 123 | 44 | 32 | 110 | 45 |
| Binary | 10100011 | 1010101 | 11011 | 0 | 110000 | 1010011 | 100100 | 11010 | 1001000 | 100101 |
Color Harmonies of #A3551B
Complementary color
Monochromatic Colors of #A3551B
Black with #A3551B
Text Example
Text Example
White with #A3551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3551B; }
p { color: rgb(163,85,27); }
H1.HeaderClassName
{
color: #A3551B;
}
.AnyTagClassName
{
color: #A3551B;
}
</style>
background-color css
<style>
a { background-color: #A3551B; }
a { background-color: rgb(163,85,27); }
div.DivClassName
{
background-color: #A3551B;
}
.BgClassName
{
background-color: #A3551B;
}
</style>
border-color css
<style>
span { border-color: #A3551B; }
span { border-color: rgb(163,85,27); }
td.TdClassName
{
border-color: #A3551B;
}
.TagClassName
{
border-color: #A3551B;
}
</style>