#A3491A

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

Shades of Rich Gold #A3491A

Tints of Rich Gold #A3491A

Color information

#A3491A (or 0xA3491A) is unknown color: approx Rich Gold. HEX triplet: A3, 49 and 1A. RGB value is (163,73,26). Sum of RGB (Red+Green+Blue) = 163+73+26=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A3491A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3491A is #5CB6E5. Grayscale: #5E5E5E. Windows color (decimal): -6076134 or 1722787. OLE color: 1722787.

HSL color Cylindrical-coordinate representation of color #A3491A: hue angle of 20.58º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A3491A is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB1637326-
CMYK00.550.840.36
HSL20.58º72.49%37.06%-
HSV(B)20.58º84.05%63.92%-
XYZ17.6712.632.48-
YUV94.5589.32176.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.21%
GREEN value IS 73 (28.91% from 255) = 27.86%
BLUE value IS 26 (10.55% from 255) = 9.92%
R=62.21%
G=27.86%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163732600.550.840.3620.5872.4937.06
HexA3491A0375424154825
Octal24311132067124442511045
Binary1010001110010011101001101111010100100100101011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3491A; }

 p { color: rgb(163,73,26); }

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

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

 a { background-color: rgb(163,73,26); }

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

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

 span { border-color: rgb(163,73,26); }

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