Html Css Color HEX #A2471D Rich Gold

📋 copy color: '#A2471D'

red 162 ◦ green 71 ◦ blue 29

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

Shades of Rich Gold #A2471D

Tints of Rich Gold #A2471D

RGB

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

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

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

R = 61.83%
G = 27.1%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A2471D (or 0xA2471D) is known color: Rich Gold. HEX triplet: A2, 47 and 1D. RGB value is (162,71,29). Sum of RGB (Red+Green+Blue) = 162+71+29=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A2471D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2471D is #5DB8E2. Grayscale: #5D5D5D. Windows color (decimal): -6142179 or 1918882. OLE color: 1918882.

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

Color convert

RGB 162 71 29 -
CMYK 0 0.56 0.82 0.36
HSL 18.95º 0.7% 0.37% -
HSV(B) 18.95º 0.82% 0.64% -
XYZ 17.38 12.28 2.62 -
YUV 93.42 91.65 176.92 -
System Red Green Blue C M Y K H S L
Decimal 162 71 29 0 0.56 0.82 0.36 18.95 0.7 0.37
Hex A2 47 1D 0 38 52 24 13 46 25
Octal 242 107 35 0 70 122 44 23 106 45
Binary 10100010 1000111 11101 0 111000 1010010 100100 10011 1000110 100101

Color Harmonies of #A2471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2471D

Black with #A2471D

Text Example


Text Example

White with #A2471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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