Shades of Rich Gold #A95A1B
Tints of Rich Gold #A95A1B
RGB
CMYK
RGB Variations
Color information
#A95A1B (or 0xA95A1B) is known color: Rich Gold. HEX triplet: A9, 5A and 1B. RGB value is (169,90,27). Sum of RGB (Red+Green+Blue) = 169+90+27=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95A1B is #56A5E4. Grayscale: #6A6A6A. Windows color (decimal): -5678565 or 1792681. OLE color: 1792681.
HSL color Cylindrical-coordinate representation of color #A95A1B: hue angle of 26.62º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A95A1B is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 90 | 27 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.34 |
| HSL | 26.62º | 0.72% | 0.38% | - |
| HSV(B) | 26.62º | 0.84% | 0.66% | - |
| XYZ | 20.22 | 15.83 | 3.03 | - |
| YUV | 106.44 | 83.17 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 90 | 27 | 0 | 0.47 | 0.84 | 0.34 | 26.62 | 0.72 | 0.38 |
| Hex | A9 | 5A | 1B | 0 | 2F | 54 | 22 | 1B | 48 | 26 |
| Octal | 251 | 132 | 33 | 0 | 57 | 124 | 42 | 33 | 110 | 46 |
| Binary | 10101001 | 1011010 | 11011 | 0 | 101111 | 1010100 | 100010 | 11011 | 1001000 | 100110 |
Color Harmonies of #A95A1B
Complementary color
Monochromatic Colors of #A95A1B
Black with #A95A1B
Text Example
Text Example
White with #A95A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95A1B; }
p { color: rgb(169,90,27); }
H1.HeaderClassName
{
color: #A95A1B;
}
.AnyTagClassName
{
color: #A95A1B;
}
</style>
background-color css
<style>
a { background-color: #A95A1B; }
a { background-color: rgb(169,90,27); }
div.DivClassName
{
background-color: #A95A1B;
}
.BgClassName
{
background-color: #A95A1B;
}
</style>
border-color css
<style>
span { border-color: #A95A1B; }
span { border-color: rgb(169,90,27); }
td.TdClassName
{
border-color: #A95A1B;
}
.TagClassName
{
border-color: #A95A1B;
}
</style>