#A25015

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

Shades of Rich Gold #A25015

Tints of Rich Gold #A25015

Color information

#A25015 (or 0xA25015) is unknown color: approx Rich Gold. HEX triplet: A2, 50 and 15. RGB value is (162,80,21). Sum of RGB (Red+Green+Blue) = 162+80+21=263 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.60% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 162 - color contains mainly: red. Hex color #A25015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25015 is #5DAFEA. Grayscale: #626262. Windows color (decimal): -6139883 or 1396898. OLE color: 1396898.

HSL color Cylindrical-coordinate representation of color #A25015: hue angle of 25.11º 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 #A25015 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1628021-
CMYK00.510.870.36
HSL25.11º77.05%35.88%-
HSV(B)25.11º87.04%63.53%-
XYZ17.913.472.37-
YUV97.7984.67173.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.60%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 21 (8.59% from 255) = 7.98%
R=61.60%
G=30.42%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162802100.510.870.3625.1177.0535.88
HexA250150335724194d24
Octal24212025063127443111544
Binary1010001010100001010101100111010111100100110011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25015; }

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

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

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

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

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

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

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

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