Html Css Color HEX #A3491E Rich Gold

📋 copy color: '#A3491E'

red 163 ◦ green 73 ◦ blue 30

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

Shades of Rich Gold #A3491E

Tints of Rich Gold #A3491E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.28%

R = 61.28%
G = 27.44%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A3491E (or 0xA3491E) is known color: Rich Gold. HEX triplet: A3, 49 and 1E. RGB value is (163,73,30). Sum of RGB (Red+Green+Blue) = 163+73+30=266 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.28% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 163 - color contains mainly: red. Hex color #A3491E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3491E is #5CB6E1. Grayscale: #5F5F5F. Windows color (decimal): -6076130 or 1984931. OLE color: 1984931.

HSL color Cylindrical-coordinate representation of color #A3491E: hue angle of 19.4º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A3491E is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 73 30 -
CMYK 0 0.55 0.82 0.36
HSL 19.4º 0.69% 0.38% -
HSV(B) 19.4º 0.82% 0.64% -
XYZ 17.72 12.65 2.74 -
YUV 95.01 91.32 176.5 -
System Red Green Blue C M Y K H S L
Decimal 163 73 30 0 0.55 0.82 0.36 19.4 0.69 0.38
Hex A3 49 1E 0 37 52 24 13 45 26
Octal 243 111 36 0 67 122 44 23 105 46
Binary 10100011 1001001 11110 0 110111 1010010 100100 10011 1000101 100110

Color Harmonies of #A3491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3491E

Black with #A3491E

Text Example


Text Example

White with #A3491E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3491E; }

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

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

background-color css

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

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

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

border-color css

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

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

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