#A3520E

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

Shades of Rich Gold #A3520E

Tints of Rich Gold #A3520E

Color information

#A3520E (or 0xA3520E) is unknown color: approx Rich Gold. HEX triplet: A3, 52 and 0E. RGB value is (163,82,14). Sum of RGB (Red+Green+Blue) = 163+82+14=259 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.93% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 163 - color contains mainly: red. Hex color #A3520E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3520E is #5CADF1. Grayscale: #626262. Windows color (decimal): -6073842 or 938659. OLE color: 938659.

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

Color convert

RGB1638214-
CMYK00.500.910.36
HSL27.38º84.18%34.71%-
HSV(B)27.38º91.41%63.92%-
XYZ18.213.852.13-
YUV98.4780.34174.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.93%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 14 (5.86% from 255) = 5.41%
R=62.93%
G=31.66%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163821400.500.910.3627.3884.1834.71
HexA352E0325B241b5423
Octal24312216062133443312443
Binary101000111010010111001100101011011100100110111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3520E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3520E; }

 p { color: rgb(163,82,14); }

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

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

 a { background-color: rgb(163,82,14); }

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

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

 span { border-color: rgb(163,82,14); }

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