Html Css Color HEX #A0491D Rich Gold

📋 copy color: '#A0491D'

red 160 ◦ green 73 ◦ blue 29

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

Shades of Rich Gold #A0491D

Tints of Rich Gold #A0491D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.07%

R = 61.07%
G = 27.86%
B = 11.07%

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

#A0491D (or 0xA0491D) is known color: Rich Gold. HEX triplet: A0, 49 and 1D. RGB value is (160,73,29). Sum of RGB (Red+Green+Blue) = 160+73+29=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A0491D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0491D is #5FB6E2. Grayscale: #5E5E5E. Windows color (decimal): -6272739 or 1919392. OLE color: 1919392.

HSL color Cylindrical-coordinate representation of color #A0491D: hue angle of 20.15º degrees, saturation: 0.69, 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 #A0491D is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 73 29 -
CMYK 0 0.54 0.82 0.37
HSL 20.15º 0.69% 0.37% -
HSV(B) 20.15º 0.82% 0.63% -
XYZ 17.1 12.33 2.64 -
YUV 94 91.32 175.08 -
System Red Green Blue C M Y K H S L
Decimal 160 73 29 0 0.54 0.82 0.37 20.15 0.69 0.37
Hex A0 49 1D 0 36 52 25 14 45 25
Octal 240 111 35 0 66 122 45 24 105 45
Binary 10100000 1001001 11101 0 110110 1010010 100101 10100 1000101 100101

Color Harmonies of #A0491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0491D

Black with #A0491D

Text Example


Text Example

White with #A0491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0491D; }

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

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

background-color css

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

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

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

border-color css

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

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

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