Html Css Color HEX #A3491C Rich Gold

📋 copy color: '#A3491C'

red 163 ◦ green 73 ◦ blue 28

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

Shades of Rich Gold #A3491C

Tints of Rich Gold #A3491C

RGB

 RED value IS 163 (64.06% from 255) = 61.74%

 GREEN value IS 73 (28.91% from 255) = 27.65%

 BLUE value IS 28 (11.33% from 255) = 10.61%

R = 61.74%
G = 27.65%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3491C (or 0xA3491C) is known color: Rich Gold. HEX triplet: A3, 49 and 1C. RGB value is (163,73,28). Sum of RGB (Red+Green+Blue) = 163+73+28=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A3491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3491C is #5CB6E3. Grayscale: #5F5F5F. Windows color (decimal): -6076132 or 1853859. OLE color: 1853859.

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

Color convert

RGB 163 73 28 -
CMYK 0 0.55 0.83 0.36
HSL 20º 0.71% 0.37% -
HSV(B) 20º 0.83% 0.64% -
XYZ 17.7 12.64 2.6 -
YUV 94.78 90.32 176.66 -
System Red Green Blue C M Y K H S L
Decimal 163 73 28 0 0.55 0.83 0.36 20 0.71 0.37
Hex A3 49 1C 0 37 53 24 14 47 25
Octal 243 111 34 0 67 123 44 24 107 45
Binary 10100011 1001001 11100 0 110111 1010011 100100 10100 1000111 100101

Color Harmonies of #A3491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3491C

Black with #A3491C

Text Example


Text Example

White with #A3491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3491C; }

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

 H1.HeaderClassName
 {
   color: #A3491C;
 }
 .AnyTagClassName
 {
   color: #A3491C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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