Shades of Rich Gold #A35A2B
Tints of Rich Gold #A35A2B
RGB
CMYK
RGB Variations
Color information
#A35A2B (or 0xA35A2B) is known color: Rich Gold. HEX triplet: A3, 5A and 2B. RGB value is (163,90,43). Sum of RGB (Red+Green+Blue) = 163+90+43=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35A2B is #5CA5D4. Grayscale: #6A6A6A. Windows color (decimal): -6071765 or 2841251. OLE color: 2841251.
HSL color Cylindrical-coordinate representation of color #A35A2B: hue angle of 23.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A35A2B is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 90 | 43 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.36 |
| HSL | 23.5º | 0.58% | 0.4% | - |
| HSV(B) | 23.5º | 0.74% | 0.64% | - |
| XYZ | 19.2 | 15.27 | 4.22 | - |
| YUV | 106.47 | 92.18 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 90 | 43 | 0 | 0.45 | 0.74 | 0.36 | 23.5 | 0.58 | 0.4 |
| Hex | A3 | 5A | 2B | 0 | 2D | 4A | 24 | 18 | 3A | 28 |
| Octal | 243 | 132 | 53 | 0 | 55 | 112 | 44 | 30 | 72 | 50 |
| Binary | 10100011 | 1011010 | 101011 | 0 | 101101 | 1001010 | 100100 | 11000 | 111010 | 101000 |
Color Harmonies of #A35A2B
Complementary color
Monochromatic Colors of #A35A2B
Black with #A35A2B
Text Example
Text Example
White with #A35A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35A2B; }
p { color: rgb(163,90,43); }
H1.HeaderClassName
{
color: #A35A2B;
}
.AnyTagClassName
{
color: #A35A2B;
}
</style>
background-color css
<style>
a { background-color: #A35A2B; }
a { background-color: rgb(163,90,43); }
div.DivClassName
{
background-color: #A35A2B;
}
.BgClassName
{
background-color: #A35A2B;
}
</style>
border-color css
<style>
span { border-color: #A35A2B; }
span { border-color: rgb(163,90,43); }
td.TdClassName
{
border-color: #A35A2B;
}
.TagClassName
{
border-color: #A35A2B;
}
</style>