Html Css Color HEX #A2471A Rich Gold

📋 copy color: '#A2471A'

red 162 ◦ green 71 ◦ blue 26

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

Shades of Rich Gold #A2471A

Tints of Rich Gold #A2471A

RGB

 RED value IS 162 (63.67% from 255) = 62.55%

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

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

R = 62.55%
G = 27.41%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A2471A (or 0xA2471A) is known color: Rich Gold. HEX triplet: A2, 47 and 1A. RGB value is (162,71,26). Sum of RGB (Red+Green+Blue) = 162+71+26=259 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.55% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 162 - color contains mainly: red. Hex color #A2471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2471A is #5DB8E5. Grayscale: #5D5D5D. Windows color (decimal): -6142182 or 1722274. OLE color: 1722274.

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

Color convert

RGB 162 71 26 -
CMYK 0 0.56 0.84 0.36
HSL 19.85º 0.72% 0.37% -
HSV(B) 19.85º 0.84% 0.64% -
XYZ 17.34 12.26 2.43 -
YUV 93.08 90.15 177.16 -
System Red Green Blue C M Y K H S L
Decimal 162 71 26 0 0.56 0.84 0.36 19.85 0.72 0.37
Hex A2 47 1A 0 38 54 24 14 48 25
Octal 242 107 32 0 70 124 44 24 110 45
Binary 10100010 1000111 11010 0 111000 1010100 100100 10100 1001000 100101

Color Harmonies of #A2471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2471A

Black with #A2471A

Text Example


Text Example

White with #A2471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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