Html Css Color HEX #A0491C Rich Gold

📋 copy color: '#A0491C'

red 160 ◦ green 73 ◦ blue 28

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

Shades of Rich Gold #A0491C

Tints of Rich Gold #A0491C

RGB

 RED value IS 160 (62.89% from 255) = 61.3%

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

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

R = 61.3%
G = 27.97%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0491C (or 0xA0491C) is known color: Rich Gold. HEX triplet: A0, 49 and 1C. RGB value is (160,73,28). Sum of RGB (Red+Green+Blue) = 160+73+28=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A0491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0491C is #5FB6E3. Grayscale: #5E5E5E. Windows color (decimal): -6272740 or 1853856. OLE color: 1853856.

HSL color Cylindrical-coordinate representation of color #A0491C: hue angle of 20.45º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0491C is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 73 28 -
CMYK 0 0.54 0.82 0.37
HSL 20.45º 0.7% 0.37% -
HSV(B) 20.45º 0.83% 0.63% -
XYZ 17.09 12.32 2.58 -
YUV 93.88 90.82 175.16 -
System Red Green Blue C M Y K H S L
Decimal 160 73 28 0 0.54 0.82 0.37 20.45 0.7 0.37
Hex A0 49 1C 0 36 52 25 14 46 25
Octal 240 111 34 0 66 122 45 24 106 45
Binary 10100000 1001001 11100 0 110110 1010010 100101 10100 1000110 100101

Color Harmonies of #A0491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0491C

Black with #A0491C

Text Example


Text Example

White with #A0491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0491C; }

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

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

background-color css

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

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

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

border-color css

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

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

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