#A25115

Color #A25115 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #A25115

Tints of Rich Gold #A25115

Color information

#A25115 (or 0xA25115) is unknown color: approx Rich Gold. HEX triplet: A2, 51 and 15. RGB value is (162,81,21). Sum of RGB (Red+Green+Blue) = 162+81+21=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A25115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25115 is #5DAEEA. Grayscale: #626262. Windows color (decimal): -6139627 or 1397154. OLE color: 1397154.

HSL color Cylindrical-coordinate representation of color #A25115: hue angle of 25.53º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A25115 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1628121-
CMYK00.500.870.36
HSL25.53º77.05%35.88%-
HSV(B)25.53º87.04%63.53%-
XYZ17.9813.622.39-
YUV98.3884.34173.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 61.36%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 21 (8.59% from 255) = 7.95%
R=61.36%
G=30.68%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162812100.500.870.3625.5377.0535.88
HexA2511503257241a4d24
Octal24212125062127443211544
Binary1010001010100011010101100101010111100100110101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25115; }

 p { color: rgb(162,81,21); }

 H1.HeaderClassName
 {
   color: #A25115;
 }
 .AnyTagClassName
 {
   color: #A25115;
 }
</style>
background-color css

<style>
 a { background-color: #A25115; }

 a { background-color: rgb(162,81,21); }

 div.DivClassName
 {
   background-color: #A25115;
 }
 .BgClassName
 {
   background-color: #A25115;
 }
</style>
border-color css

<style>
 span { border-color: #A25115; }

 span { border-color: rgb(162,81,21); }

 td.TdClassName
 {
   border-color: #A25115;
 }
 .TagClassName
 {
   border-color: #A25115;
 }
</style>