Shades of Rich Gold #A65B1A
Tints of Rich Gold #A65B1A
RGB
CMYK
RGB Variations
Color information
#A65B1A (or 0xA65B1A) is known color: Rich Gold. HEX triplet: A6, 5B and 1A. RGB value is (166,91,26). Sum of RGB (Red+Green+Blue) = 166+91+26=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65B1A is #59A4E5. Grayscale: #6A6A6A. Windows color (decimal): -5874918 or 1727398. OLE color: 1727398.
HSL color Cylindrical-coordinate representation of color #A65B1A: hue angle of 27.86º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A65B1A is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 91 | 26 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.35 |
| HSL | 27.86º | 0.73% | 0.38% | - |
| HSV(B) | 27.86º | 0.84% | 0.65% | - |
| XYZ | 19.65 | 15.66 | 2.96 | - |
| YUV | 106.02 | 82.85 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 26 | 0 | 0.45 | 0.84 | 0.35 | 27.86 | 0.73 | 0.38 |
| Hex | A6 | 5B | 1A | 0 | 2D | 54 | 23 | 1C | 49 | 26 |
| Octal | 246 | 133 | 32 | 0 | 55 | 124 | 43 | 34 | 111 | 46 |
| Binary | 10100110 | 1011011 | 11010 | 0 | 101101 | 1010100 | 100011 | 11100 | 1001001 | 100110 |
Color Harmonies of #A65B1A
Complementary color
Monochromatic Colors of #A65B1A
Black with #A65B1A
Text Example
Text Example
White with #A65B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65B1A; }
p { color: rgb(166,91,26); }
H1.HeaderClassName
{
color: #A65B1A;
}
.AnyTagClassName
{
color: #A65B1A;
}
</style>
background-color css
<style>
a { background-color: #A65B1A; }
a { background-color: rgb(166,91,26); }
div.DivClassName
{
background-color: #A65B1A;
}
.BgClassName
{
background-color: #A65B1A;
}
</style>
border-color css
<style>
span { border-color: #A65B1A; }
span { border-color: rgb(166,91,26); }
td.TdClassName
{
border-color: #A65B1A;
}
.TagClassName
{
border-color: #A65B1A;
}
</style>