#A04815

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

Shades of Rich Gold #A04815

Tints of Rich Gold #A04815

Color information

#A04815 (or 0xA04815) is unknown color: approx Rich Gold. HEX triplet: A0, 48 and 15. RGB value is (160,72,21). Sum of RGB (Red+Green+Blue) = 160+72+21=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A04815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04815 is #5FB7EA. Grayscale: #5C5C5C. Windows color (decimal): -6273003 or 1394848. OLE color: 1394848.

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

Color convert

RGB1607221-
CMYK00.550.870.37
HSL22.01º76.8%35.49%-
HSV(B)22.01º86.87%62.75%-
XYZ16.9512.162.16-
YUV92.587.65176.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.24%
GREEN value IS 72 (28.52% from 255) = 28.46%
BLUE value IS 21 (8.59% from 255) = 8.30%
R=63.24%
G=28.46%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.87
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160722100.550.870.3722.0176.835.49
HexA048150375725164d23
Octal24011025067127452611543
Binary1010000010010001010101101111010111100101101101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04815; }

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

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

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

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

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

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

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

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