Html Css Color HEX #A0471C Rich Gold

📋 copy color: '#A0471C'

red 160 ◦ green 71 ◦ blue 28

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

Shades of Rich Gold #A0471C

Tints of Rich Gold #A0471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.81%

R = 61.78%
G = 27.41%
B = 10.81%

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

#A0471C (or 0xA0471C) is known color: Rich Gold. HEX triplet: A0, 47 and 1C. RGB value is (160,71,28). Sum of RGB (Red+Green+Blue) = 160+71+28=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A0471C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0471C is #5FB8E3. Grayscale: #5C5C5C. Windows color (decimal): -6273252 or 1853344. OLE color: 1853344.

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

Color convert

RGB 160 71 28 -
CMYK 0 0.56 0.82 0.37
HSL 19.55º 0.7% 0.37% -
HSV(B) 19.55º 0.83% 0.63% -
XYZ 16.96 12.06 2.53 -
YUV 92.71 91.49 176 -
System Red Green Blue C M Y K H S L
Decimal 160 71 28 0 0.56 0.82 0.37 19.55 0.7 0.37
Hex A0 47 1C 0 38 52 25 14 46 25
Octal 240 107 34 0 70 122 45 24 106 45
Binary 10100000 1000111 11100 0 111000 1010010 100101 10100 1000110 100101

Color Harmonies of #A0471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0471C

Black with #A0471C

Text Example


Text Example

White with #A0471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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