Html Css Color HEX #A14E20 Rich Gold

📋 copy color: '#A14E20'

red 161 ◦ green 78 ◦ blue 32

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

Shades of Rich Gold #A14E20

Tints of Rich Gold #A14E20

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.78%

 BLUE value IS 32 (12.89% from 255) = 11.81%

R = 59.41%
G = 28.78%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A14E20 (or 0xA14E20) is known color: Rich Gold. HEX triplet: A1, 4E and 20. RGB value is (161,78,32). Sum of RGB (Red+Green+Blue) = 161+78+32=271 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.41% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14E20 is #5EB1DF. Grayscale: #616161. Windows color (decimal): -6205920 or 2117281. OLE color: 2117281.

HSL color Cylindrical-coordinate representation of color #A14E20: hue angle of 21.4º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A14E20 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 78 32 -
CMYK 0 0.52 0.80 0.37
HSL 21.4º 0.67% 0.38% -
HSV(B) 21.4º 0.8% 0.63% -
XYZ 17.68 13.13 2.97 -
YUV 97.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 161 78 32 0 0.52 0.80 0.37 21.4 0.67 0.38
Hex A1 4E 20 0 34 50 25 15 43 26
Octal 241 116 40 0 64 120 45 25 103 46
Binary 10100001 1001110 100000 0 110100 1010000 100101 10101 1000011 100110

Color Harmonies of #A14E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14E20

Black with #A14E20

Text Example


Text Example

White with #A14E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14E20; }

 p { color: rgb(161,78,32); }

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

background-color css

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

 a { background-color: rgb(161,78,32); }

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

border-color css

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

 span { border-color: rgb(161,78,32); }

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