Html Css Color HEX #A3491A Rich Gold

📋 copy color: '#A3491A'

red 163 ◦ green 73 ◦ blue 26

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

Shades of Rich Gold #A3491A

Tints of Rich Gold #A3491A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.92%

R = 62.21%
G = 27.86%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A3491A (or 0xA3491A) is known color: Rich Gold. HEX triplet: A3, 49 and 1A. RGB value is (163,73,26). Sum of RGB (Red+Green+Blue) = 163+73+26=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A3491A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3491A is #5CB6E5. Grayscale: #5E5E5E. Windows color (decimal): -6076134 or 1722787. OLE color: 1722787.

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

Color convert

RGB 163 73 26 -
CMYK 0 0.55 0.84 0.36
HSL 20.58º 0.72% 0.37% -
HSV(B) 20.58º 0.84% 0.64% -
XYZ 17.67 12.63 2.48 -
YUV 94.55 89.32 176.82 -
System Red Green Blue C M Y K H S L
Decimal 163 73 26 0 0.55 0.84 0.36 20.58 0.72 0.37
Hex A3 49 1A 0 37 54 24 15 48 25
Octal 243 111 32 0 67 124 44 25 110 45
Binary 10100011 1001001 11010 0 110111 1010100 100100 10101 1001000 100101

Color Harmonies of #A3491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3491A

Black with #A3491A

Text Example


Text Example

White with #A3491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3491A; }

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

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

background-color css

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

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

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

border-color css

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

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

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