Html Css Color HEX #A0471E Rich Gold

📋 copy color: '#A0471E'

red 160 ◦ green 71 ◦ blue 30

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

Shades of Rich Gold #A0471E

Tints of Rich Gold #A0471E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.2%

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

R = 61.3%
G = 27.2%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0471E (or 0xA0471E) is known color: Rich Gold. HEX triplet: A0, 47 and 1E. RGB value is (160,71,30). Sum of RGB (Red+Green+Blue) = 160+71+30=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A0471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0471E is #5FB8E1. Grayscale: #5D5D5D. Windows color (decimal): -6273250 or 1984416. OLE color: 1984416.

HSL color Cylindrical-coordinate representation of color #A0471E: hue angle of 18.92º 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 #A0471E is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 71 30 -
CMYK 0 0.56 0.81 0.37
HSL 18.92º 0.68% 0.37% -
HSV(B) 18.92º 0.81% 0.63% -
XYZ 16.98 12.07 2.66 -
YUV 92.94 92.49 175.83 -
System Red Green Blue C M Y K H S L
Decimal 160 71 30 0 0.56 0.81 0.37 18.92 0.68 0.37
Hex A0 47 1E 0 38 51 25 13 44 25
Octal 240 107 36 0 70 121 45 23 104 45
Binary 10100000 1000111 11110 0 111000 1010001 100101 10011 1000100 100101

Color Harmonies of #A0471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0471E

Black with #A0471E

Text Example


Text Example

White with #A0471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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