#A44815

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

Shades of Rich Gold #A44815

Tints of Rich Gold #A44815

Color information

#A44815 (or 0xA44815) is unknown color: approx Rich Gold. HEX triplet: A4, 48 and 15. RGB value is (164,72,21). Sum of RGB (Red+Green+Blue) = 164+72+21=257 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.81% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 164 - color contains mainly: red. Hex color #A44815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44815 is #5BB7EA. Grayscale: #5D5D5D. Windows color (decimal): -6010859 or 1394852. OLE color: 1394852.

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

Color convert

RGB1647221-
CMYK00.560.870.36
HSL21.4º77.3%36.27%-
HSV(B)21.4º87.2%64.31%-
XYZ17.7612.582.2-
YUV93.6986.98178.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 63.81%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 21 (8.59% from 255) = 8.17%
R=63.81%
G=28.02%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164722100.560.870.3621.477.336.27
HexA448150385724154d24
Octal24411025070127442511544
Binary1010010010010001010101110001010111100100101011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44815; }

 p { color: rgb(164,72,21); }

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

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

 a { background-color: rgb(164,72,21); }

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

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

 span { border-color: rgb(164,72,21); }

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