#A0471C

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

Shades of Rich Gold #A0471C

Tints of Rich Gold #A0471C

Color information

#A0471C (or 0xA0471C) is unknown color: approx Rich Gold. HEX triplet: A0, 47 and 1C. RGB value is (160,71,28). Sum of RGB (Red+Green+Blue) = 160+71+28=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A0471C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0471C is #5FB8E3. Grayscale: #5C5C5C. Windows color (decimal): -6273252 or 1853344. OLE color: 1853344.

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

Color convert

RGB1607128-
CMYK00.560.820.37
HSL19.55º70.21%36.86%-
HSV(B)19.55º82.5%62.75%-
XYZ16.9612.062.53-
YUV92.7191.49176-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.78%
GREEN value IS 71 (28.12% from 255) = 27.41%
BLUE value IS 28 (11.33% from 255) = 10.81%
R=61.78%
G=27.41%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160712800.560.820.3719.5570.2136.86
HexA0471C0385225144625
Octal24010734070122452410645
Binary1010000010001111110001110001010010100101101001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0471C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0471C; }

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

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

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

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

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

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

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

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