Html Css Color HEX #A14920 Rich Gold

📋 copy color: '#A14920'

red 161 ◦ green 73 ◦ blue 32

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

Shades of Rich Gold #A14920

Tints of Rich Gold #A14920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.44%

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

R = 60.53%
G = 27.44%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A14920 (or 0xA14920) is known color: Rich Gold. HEX triplet: A1, 49 and 20. RGB value is (161,73,32). Sum of RGB (Red+Green+Blue) = 161+73+32=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A14920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14920 is #5EB6DF. Grayscale: #5E5E5E. Windows color (decimal): -6207200 or 2116001. OLE color: 2116001.

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

Color convert

RGB 161 73 32 -
CMYK 0 0.55 0.80 0.37
HSL 19.07º 0.67% 0.38% -
HSV(B) 19.07º 0.8% 0.63% -
XYZ 17.34 12.45 2.85 -
YUV 94.64 92.65 175.33 -
System Red Green Blue C M Y K H S L
Decimal 161 73 32 0 0.55 0.80 0.37 19.07 0.67 0.38
Hex A1 49 20 0 37 50 25 13 43 26
Octal 241 111 40 0 67 120 45 23 103 46
Binary 10100001 1001001 100000 0 110111 1010000 100101 10011 1000011 100110

Color Harmonies of #A14920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14920

Black with #A14920

Text Example


Text Example

White with #A14920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14920; }

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

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

background-color css

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

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

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

border-color css

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

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

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