Html Css Color HEX #A2471E Rich Gold

📋 copy color: '#A2471E'

red 162 ◦ green 71 ◦ blue 30

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

Shades of Rich Gold #A2471E

Tints of Rich Gold #A2471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.41%

R = 61.6%
G = 27%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A2471E (or 0xA2471E) is known color: Rich Gold. HEX triplet: A2, 47 and 1E. RGB value is (162,71,30). Sum of RGB (Red+Green+Blue) = 162+71+30=263 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.60% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 162 - color contains mainly: red. Hex color #A2471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2471E is #5DB8E1. Grayscale: #5D5D5D. Windows color (decimal): -6142178 or 1984418. OLE color: 1984418.

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

Color convert

RGB 162 71 30 -
CMYK 0 0.56 0.81 0.36
HSL 18.64º 0.69% 0.38% -
HSV(B) 18.64º 0.81% 0.64% -
XYZ 17.39 12.28 2.68 -
YUV 93.54 92.15 176.83 -
System Red Green Blue C M Y K H S L
Decimal 162 71 30 0 0.56 0.81 0.36 18.64 0.69 0.38
Hex A2 47 1E 0 38 51 24 13 45 26
Octal 242 107 36 0 70 121 44 23 105 46
Binary 10100010 1000111 11110 0 111000 1010001 100100 10011 1000101 100110

Color Harmonies of #A2471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2471E

Black with #A2471E

Text Example


Text Example

White with #A2471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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