Shades of Rich Gold #A5500F
Tints of Rich Gold #A5500F
RGB
CMYK
RGB Variations
Color information
#A5500F (or 0xA5500F) is known color: Rich Gold. HEX triplet: A5, 50 and 0F. RGB value is (165,80,15). Sum of RGB (Red+Green+Blue) = 165+80+15=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A5500F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5500F is #5AAFF0. Grayscale: #626262. Windows color (decimal): -5943281 or 1003685. OLE color: 1003685.
HSL color Cylindrical-coordinate representation of color #A5500F: hue angle of 26º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A5500F is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 80 | 15 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.35 |
| HSL | 26º | 0.83% | 0.35% | - |
| HSV(B) | 26º | 0.91% | 0.65% | - |
| XYZ | 18.47 | 13.77 | 2.14 | - |
| YUV | 98.01 | 81.16 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 80 | 15 | 0 | 0.52 | 0.91 | 0.35 | 26 | 0.83 | 0.35 |
| Hex | A5 | 50 | F | 0 | 34 | 5B | 23 | 1A | 53 | 23 |
| Octal | 245 | 120 | 17 | 0 | 64 | 133 | 43 | 32 | 123 | 43 |
| Binary | 10100101 | 1010000 | 1111 | 0 | 110100 | 1011011 | 100011 | 11010 | 1010011 | 100011 |
Color Harmonies of #A5500F
Complementary color
Monochromatic Colors of #A5500F
Black with #A5500F
Text Example
Text Example
White with #A5500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5500F; }
p { color: rgb(165,80,15); }
H1.HeaderClassName
{
color: #A5500F;
}
.AnyTagClassName
{
color: #A5500F;
}
</style>
background-color css
<style>
a { background-color: #A5500F; }
a { background-color: rgb(165,80,15); }
div.DivClassName
{
background-color: #A5500F;
}
.BgClassName
{
background-color: #A5500F;
}
</style>
border-color css
<style>
span { border-color: #A5500F; }
span { border-color: rgb(165,80,15); }
td.TdClassName
{
border-color: #A5500F;
}
.TagClassName
{
border-color: #A5500F;
}
</style>