Html Css Color HEX #A0491E Rich Gold

📋 copy color: '#A0491E'

red 160 ◦ green 73 ◦ blue 30

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

Shades of Rich Gold #A0491E

Tints of Rich Gold #A0491E

RGB

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

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

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

R = 60.84%
G = 27.76%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0491E (or 0xA0491E) is known color: Rich Gold. HEX triplet: A0, 49 and 1E. RGB value is (160,73,30). Sum of RGB (Red+Green+Blue) = 160+73+30=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A0491E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0491E is #5FB6E1. Grayscale: #5E5E5E. Windows color (decimal): -6272738 or 1984928. OLE color: 1984928.

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

Color convert

RGB 160 73 30 -
CMYK 0 0.54 0.81 0.37
HSL 19.85º 0.68% 0.37% -
HSV(B) 19.85º 0.81% 0.63% -
XYZ 17.11 12.33 2.71 -
YUV 94.11 91.82 175 -
System Red Green Blue C M Y K H S L
Decimal 160 73 30 0 0.54 0.81 0.37 19.85 0.68 0.37
Hex A0 49 1E 0 36 51 25 14 44 25
Octal 240 111 36 0 66 121 45 24 104 45
Binary 10100000 1001001 11110 0 110110 1010001 100101 10100 1000100 100101

Color Harmonies of #A0491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0491E

Black with #A0491E

Text Example


Text Example

White with #A0491E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0491E; }

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

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

background-color css

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

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

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

border-color css

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

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

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