#A3521B

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

Shades of Rich Gold #A3521B

Tints of Rich Gold #A3521B

Color information

#A3521B (or 0xA3521B) is unknown color: approx Rich Gold. HEX triplet: A3, 52 and 1B. RGB value is (163,82,27). Sum of RGB (Red+Green+Blue) = 163+82+27=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A3521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3521B is #5CADE4. Grayscale: #646464. Windows color (decimal): -6073829 or 1790627. OLE color: 1790627.

HSL color Cylindrical-coordinate representation of color #A3521B: hue angle of 24.26º degrees, saturation: 0.72, 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 #A3521B is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB1638227-
CMYK00.500.830.36
HSL24.26º71.58%37.25%-
HSV(B)24.26º83.44%63.92%-
XYZ18.3213.92.75-
YUV99.9586.84172.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.93%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 27 (10.94% from 255) = 9.93%
R=59.93%
G=30.15%
B=9.93%

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
Decimal163822700.500.830.3624.2671.5837.25
HexA3521B0325324184825
Octal24312233062123443011045
Binary1010001110100101101101100101010011100100110001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3521B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3521B; }

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

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

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

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

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

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

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

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