Shades of Rich Gold #A35D26
Tints of Rich Gold #A35D26
RGB
CMYK
RGB Variations
Color information
#A35D26 (or 0xA35D26) is known color: Rich Gold. HEX triplet: A3, 5D and 26. RGB value is (163,93,38). Sum of RGB (Red+Green+Blue) = 163+93+38=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35D26 is #5CA2D9. Grayscale: #6B6B6B. Windows color (decimal): -6071002 or 2514339. OLE color: 2514339.
HSL color Cylindrical-coordinate representation of color #A35D26: hue angle of 26.4º degrees, saturation: 0.62, 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 #A35D26 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 93 | 38 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.36 |
| HSL | 26.4º | 0.62% | 0.39% | - |
| HSV(B) | 26.4º | 0.77% | 0.64% | - |
| XYZ | 19.37 | 15.76 | 3.85 | - |
| YUV | 107.66 | 88.69 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 93 | 38 | 0 | 0.43 | 0.77 | 0.36 | 26.4 | 0.62 | 0.39 |
| Hex | A3 | 5D | 26 | 0 | 2B | 4D | 24 | 1A | 3E | 27 |
| Octal | 243 | 135 | 46 | 0 | 53 | 115 | 44 | 32 | 76 | 47 |
| Binary | 10100011 | 1011101 | 100110 | 0 | 101011 | 1001101 | 100100 | 11010 | 111110 | 100111 |
Color Harmonies of #A35D26
Complementary color
Monochromatic Colors of #A35D26
Black with #A35D26
Text Example
Text Example
White with #A35D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35D26; }
p { color: rgb(163,93,38); }
H1.HeaderClassName
{
color: #A35D26;
}
.AnyTagClassName
{
color: #A35D26;
}
</style>
background-color css
<style>
a { background-color: #A35D26; }
a { background-color: rgb(163,93,38); }
div.DivClassName
{
background-color: #A35D26;
}
.BgClassName
{
background-color: #A35D26;
}
</style>
border-color css
<style>
span { border-color: #A35D26; }
span { border-color: rgb(163,93,38); }
td.TdClassName
{
border-color: #A35D26;
}
.TagClassName
{
border-color: #A35D26;
}
</style>