#A0471E

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

Shades of Rich Gold #A0471E

Tints of Rich Gold #A0471E

Color information

#A0471E (or 0xA0471E) is unknown color: approx Rich Gold. HEX triplet: A0, 47 and 1E. RGB value is (160,71,30). Sum of RGB (Red+Green+Blue) = 160+71+30=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A0471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0471E is #5FB8E1. Grayscale: #5D5D5D. Windows color (decimal): -6273250 or 1984416. OLE color: 1984416.

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

Color convert

RGB1607130-
CMYK00.560.810.37
HSL18.92º68.42%37.25%-
HSV(B)18.92º81.25%62.75%-
XYZ16.9812.072.66-
YUV92.9492.49175.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.30%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 30 (12.11% from 255) = 11.49%
R=61.30%
G=27.20%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160713000.560.810.3718.9268.4237.25
HexA0471E0385125134425
Octal24010736070121452310445
Binary1010000010001111111001110001010001100101100111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0471E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0471E; }

 p { color: rgb(160,71,30); }

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

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

 a { background-color: rgb(160,71,30); }

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

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

 span { border-color: rgb(160,71,30); }

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