Html Css Color HEX #A0471A Rich Gold

📋 copy color: '#A0471A'

red 160 ◦ green 71 ◦ blue 26

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

Shades of Rich Gold #A0471A

Tints of Rich Gold #A0471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.12%

R = 62.26%
G = 27.63%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0471A (or 0xA0471A) is known color: Rich Gold. HEX triplet: A0, 47 and 1A. RGB value is (160,71,26). Sum of RGB (Red+Green+Blue) = 160+71+26=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A0471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0471A is #5FB8E5. Grayscale: #5C5C5C. Windows color (decimal): -6273254 or 1722272. OLE color: 1722272.

HSL color Cylindrical-coordinate representation of color #A0471A: hue angle of 20.15º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0471A is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 71 26 -
CMYK 0 0.56 0.84 0.37
HSL 20.15º 0.72% 0.36% -
HSV(B) 20.15º 0.84% 0.63% -
XYZ 16.94 12.05 2.41 -
YUV 92.48 90.49 176.16 -
System Red Green Blue C M Y K H S L
Decimal 160 71 26 0 0.56 0.84 0.37 20.15 0.72 0.36
Hex A0 47 1A 0 38 54 25 14 48 24
Octal 240 107 32 0 70 124 45 24 110 44
Binary 10100000 1000111 11010 0 111000 1010100 100101 10100 1001000 100100

Color Harmonies of #A0471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0471A

Black with #A0471A

Text Example


Text Example

White with #A0471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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