Html Css Color HEX #A0471F Rich Gold

📋 copy color: '#A0471F'

red 160 ◦ green 71 ◦ blue 31

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

Shades of Rich Gold #A0471F

Tints of Rich Gold #A0471F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.83%

R = 61.07%
G = 27.1%
B = 11.83%

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

#A0471F (or 0xA0471F) is known color: Rich Gold. HEX triplet: A0, 47 and 1F. RGB value is (160,71,31). Sum of RGB (Red+Green+Blue) = 160+71+31=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A0471F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0471F is #5FB8E0. Grayscale: #5D5D5D. Windows color (decimal): -6273249 or 2049952. OLE color: 2049952.

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

Color convert

RGB 160 71 31 -
CMYK 0 0.56 0.81 0.37
HSL 18.6º 0.68% 0.37% -
HSV(B) 18.6º 0.81% 0.63% -
XYZ 17 12.08 2.73 -
YUV 93.05 92.99 175.75 -
System Red Green Blue C M Y K H S L
Decimal 160 71 31 0 0.56 0.81 0.37 18.6 0.68 0.37
Hex A0 47 1F 0 38 51 25 13 44 25
Octal 240 107 37 0 70 121 45 23 104 45
Binary 10100000 1000111 11111 0 111000 1010001 100101 10011 1000100 100101

Color Harmonies of #A0471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0471F

Black with #A0471F

Text Example


Text Example

White with #A0471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0471F; }

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

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

background-color css

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

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

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

border-color css

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

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

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