#A04A15

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

Shades of Rich Gold #A04A15

Tints of Rich Gold #A04A15

Color information

#A04A15 (or 0xA04A15) is unknown color: approx Rich Gold. HEX triplet: A0, 4A and 15. RGB value is (160,74,21). Sum of RGB (Red+Green+Blue) = 160+74+21=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04A15 is #5FB5EA. Grayscale: #5D5D5D. Windows color (decimal): -6272491 or 1395360. OLE color: 1395360.

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

Color convert

RGB1607421-
CMYK00.540.870.37
HSL22.88º76.8%35.49%-
HSV(B)22.88º86.87%62.75%-
XYZ17.0812.432.21-
YUV93.6786.99175.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.75%
GREEN value IS 74 (29.30% from 255) = 29.02%
BLUE value IS 21 (8.59% from 255) = 8.24%
R=62.75%
G=29.02%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.87
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160742100.540.870.3722.8876.835.49
HexA04A150365725174d23
Octal24011225066127452711543
Binary1010000010010101010101101101010111100101101111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04A15; }

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

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

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

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

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

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

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

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