#A3521C

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

Shades of Rich Gold #A3521C

Tints of Rich Gold #A3521C

Color information

#A3521C (or 0xA3521C) is unknown color: approx Rich Gold. HEX triplet: A3, 52 and 1C. RGB value is (163,82,28). Sum of RGB (Red+Green+Blue) = 163+82+28=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A3521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3521C is #5CADE3. Grayscale: #646464. Windows color (decimal): -6073828 or 1856163. OLE color: 1856163.

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

Color convert

RGB1638228-
CMYK00.500.830.36
HSL24º70.68%37.45%-
HSV(B)24º82.82%63.92%-
XYZ18.3313.92.82-
YUV100.0687.34172.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.71%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 28 (11.33% from 255) = 10.26%
R=59.71%
G=30.04%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163822800.500.830.362470.6837.45
HexA3521C0325324184725
Octal24312234062123443010745
Binary1010001110100101110001100101010011100100110001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3521C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3521C; }

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

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

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

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

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

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

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

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