#A1471E

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

Shades of Rich Gold #A1471E

Tints of Rich Gold #A1471E

Color information

#A1471E (or 0xA1471E) is unknown color: approx Rich Gold. HEX triplet: A1, 47 and 1E. RGB value is (161,71,30). Sum of RGB (Red+Green+Blue) = 161+71+30=262 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.45% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 161 - color contains mainly: red. Hex color #A1471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1471E is #5EB8E1. Grayscale: #5D5D5D. Windows color (decimal): -6207714 or 1984417. OLE color: 1984417.

HSL color Cylindrical-coordinate representation of color #A1471E: hue angle of 18.78º degrees, saturation: 0.69, 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 #A1471E is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB1617130-
CMYK00.560.810.37
HSL18.78º68.59%37.45%-
HSV(B)18.78º81.37%63.14%-
XYZ17.1912.182.67-
YUV93.2492.32176.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 61.45%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 30 (12.11% from 255) = 11.45%
R=61.45%
G=27.10%
B=11.45%

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
Decimal161713000.560.810.3718.7868.5937.45
HexA1471E0385125134525
Octal24110736070121452310545
Binary1010000110001111111001110001010001100101100111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1471E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1471E; }

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

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

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

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

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

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

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

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