#A3521A

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

Shades of Rich Gold #A3521A

Tints of Rich Gold #A3521A

Color information

#A3521A (or 0xA3521A) is unknown color: approx Rich Gold. HEX triplet: A3, 52 and 1A. RGB value is (163,82,26). Sum of RGB (Red+Green+Blue) = 163+82+26=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A3521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3521A is #5CADE5. Grayscale: #646464. Windows color (decimal): -6073830 or 1725091. OLE color: 1725091.

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

Color convert

RGB1638226-
CMYK00.500.840.36
HSL24.53º72.49%37.06%-
HSV(B)24.53º84.05%63.92%-
XYZ18.3113.92.69-
YUV99.8486.34173.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.15%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 26 (10.55% from 255) = 9.59%
R=60.15%
G=30.26%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163822600.500.840.3624.5372.4937.06
HexA3521A0325424194825
Octal24312232062124443111045
Binary1010001110100101101001100101010100100100110011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3521A; }

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

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

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

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

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

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

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

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