#A15625

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

Shades of Rich Gold #A15625

Tints of Rich Gold #A15625

Color information

#A15625 (or 0xA15625) is unknown color: approx Rich Gold. HEX triplet: A1, 56 and 25. RGB value is (161,86,37). Sum of RGB (Red+Green+Blue) = 161+86+37=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A15625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15625 is #5EA9DA. Grayscale: #676767. Windows color (decimal): -6203867 or 2447009. OLE color: 2447009.

HSL color Cylindrical-coordinate representation of color #A15625: hue angle of 23.71º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A15625 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB1618637-
CMYK00.470.770.37
HSL23.71º62.63%38.82%-
HSV(B)23.71º77.02%63.14%-
XYZ18.3614.373.56-
YUV102.8490.85169.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.69%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 37 (14.84% from 255) = 13.03%
R=56.69%
G=30.28%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161863700.470.770.3723.7162.6338.82
HexA1562502F4D25183f27
Octal2411264505711545307747
Binary1010000110101101001010101111100110110010111000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15625; }

 p { color: rgb(161,86,37); }

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

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

 a { background-color: rgb(161,86,37); }

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

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

 span { border-color: rgb(161,86,37); }

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