#A0471B

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

Shades of Rich Gold #A0471B

Tints of Rich Gold #A0471B

Color information

#A0471B (or 0xA0471B) is unknown color: approx Rich Gold. HEX triplet: A0, 47 and 1B. RGB value is (160,71,27). Sum of RGB (Red+Green+Blue) = 160+71+27=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A0471B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0471B is #5FB8E4. Grayscale: #5C5C5C. Windows color (decimal): -6273253 or 1787808. OLE color: 1787808.

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

Color convert

RGB1607127-
CMYK00.560.830.37
HSL19.85º71.12%36.67%-
HSV(B)19.85º83.13%62.75%-
XYZ16.9512.062.47-
YUV92.690.99176.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.02%
GREEN value IS 71 (28.12% from 255) = 27.52%
BLUE value IS 27 (10.94% from 255) = 10.47%
R=62.02%
G=27.52%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160712700.560.830.3719.8571.1236.67
HexA0471B0385325144725
Octal24010733070123452410745
Binary1010000010001111101101110001010011100101101001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0471B; }

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

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

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

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

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

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

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

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