Html Css Color HEX #A0471D Rich Gold

📋 copy color: '#A0471D'

red 160 ◦ green 71 ◦ blue 29

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

Shades of Rich Gold #A0471D

Tints of Rich Gold #A0471D

RGB

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

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

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

R = 61.54%
G = 27.31%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0471D (or 0xA0471D) is known color: Rich Gold. HEX triplet: A0, 47 and 1D. RGB value is (160,71,29). Sum of RGB (Red+Green+Blue) = 160+71+29=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A0471D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0471D is #5FB8E2. Grayscale: #5D5D5D. Windows color (decimal): -6273251 or 1918880. OLE color: 1918880.

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

Color convert

RGB 160 71 29 -
CMYK 0 0.56 0.82 0.37
HSL 19.24º 0.69% 0.37% -
HSV(B) 19.24º 0.82% 0.63% -
XYZ 16.97 12.07 2.6 -
YUV 92.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 160 71 29 0 0.56 0.82 0.37 19.24 0.69 0.37
Hex A0 47 1D 0 38 52 25 13 45 25
Octal 240 107 35 0 70 122 45 23 105 45
Binary 10100000 1000111 11101 0 111000 1010010 100101 10011 1000101 100101

Color Harmonies of #A0471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0471D

Black with #A0471D

Text Example


Text Example

White with #A0471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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