#A3441A

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

Shades of Rich Gold #A3441A

Tints of Rich Gold #A3441A

Color information

#A3441A (or 0xA3441A) is unknown color: approx Rich Gold. HEX triplet: A3, 44 and 1A. RGB value is (163,68,26). Sum of RGB (Red+Green+Blue) = 163+68+26=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A3441A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3441A is #5CBBE5. Grayscale: #5B5B5B. Windows color (decimal): -6077414 or 1721507. OLE color: 1721507.

HSL color Cylindrical-coordinate representation of color #A3441A: hue angle of 18.39º 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 #A3441A is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB1636826-
CMYK00.580.840.36
HSL18.39º72.49%37.06%-
HSV(B)18.39º84.05%63.92%-
XYZ17.36122.38-
YUV91.6290.97178.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.42%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 26 (10.55% from 255) = 10.12%
R=63.42%
G=26.46%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163682600.580.840.3618.3972.4937.06
HexA3441A03A5424124825
Octal24310432072124442211045
Binary1010001110001001101001110101010100100100100101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3441A; }

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

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

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

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

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

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

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

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