Html Css Color HEX #A1471D Rich Gold

📋 copy color: '#A1471D'

red 161 ◦ green 71 ◦ blue 29

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

Shades of Rich Gold #A1471D

Tints of Rich Gold #A1471D

RGB

 RED value IS 161 (63.28% from 255) = 61.69%

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

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

R = 61.69%
G = 27.2%
B = 11.11%

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

#A1471D (or 0xA1471D) is known color: Rich Gold. HEX triplet: A1, 47 and 1D. RGB value is (161,71,29). Sum of RGB (Red+Green+Blue) = 161+71+29=261 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.69% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 161 - color contains mainly: red. Hex color #A1471D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1471D is #5EB8E2. Grayscale: #5D5D5D. Windows color (decimal): -6207715 or 1918881. OLE color: 1918881.

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

Color convert

RGB 161 71 29 -
CMYK 0 0.56 0.82 0.37
HSL 19.09º 0.69% 0.37% -
HSV(B) 19.09º 0.82% 0.63% -
XYZ 17.17 12.17 2.61 -
YUV 93.12 91.82 176.42 -
System Red Green Blue C M Y K H S L
Decimal 161 71 29 0 0.56 0.82 0.37 19.09 0.69 0.37
Hex A1 47 1D 0 38 52 25 13 45 25
Octal 241 107 35 0 70 122 45 23 105 45
Binary 10100001 1000111 11101 0 111000 1010010 100101 10011 1000101 100101

Color Harmonies of #A1471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1471D

Black with #A1471D

Text Example


Text Example

White with #A1471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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