Html Css Color HEX #A3521C Rich Gold

📋 copy color: '#A3521C'

red 163 ◦ green 82 ◦ blue 28

#A3521C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Gold #A3521C

Tints of Rich Gold #A3521C

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 value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3521C (or 0xA3521C) is known color: 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

RGB 163 82 28 -
CMYK 0 0.50 0.83 0.36
HSL 24º 0.71% 0.37% -
HSV(B) 24º 0.83% 0.64% -
XYZ 18.33 13.9 2.82 -
YUV 100.06 87.34 172.89 -
System Red Green Blue C M Y K H S L
Decimal 163 82 28 0 0.50 0.83 0.36 24 0.71 0.37
Hex A3 52 1C 0 32 53 24 18 47 25
Octal 243 122 34 0 62 123 44 30 107 45
Binary 10100011 1010010 11100 0 110010 1010011 100100 11000 1000111 100101

Color Harmonies of #A3521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3521C

Black with #A3521C

Text Example


Text Example

White with #A3521C

Text Example


Text Example

HTML Codes & Css Web 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>