Html Css Color HEX #A14720 Rich Gold

📋 copy color: '#A14720'

red 161 ◦ green 71 ◦ blue 32

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

Shades of Rich Gold #A14720

Tints of Rich Gold #A14720

RGB

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

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

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

R = 60.98%
G = 26.89%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A14720 (or 0xA14720) is known color: Rich Gold. HEX triplet: A1, 47 and 20. RGB value is (161,71,32). Sum of RGB (Red+Green+Blue) = 161+71+32=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A14720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14720 is #5EB8DF. Grayscale: #5D5D5D. Windows color (decimal): -6207712 or 2115489. OLE color: 2115489.

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

Color convert

RGB 161 71 32 -
CMYK 0 0.56 0.80 0.37
HSL 18.14º 0.67% 0.38% -
HSV(B) 18.14º 0.8% 0.63% -
XYZ 17.21 12.19 2.81 -
YUV 93.46 93.32 176.17 -
System Red Green Blue C M Y K H S L
Decimal 161 71 32 0 0.56 0.80 0.37 18.14 0.67 0.38
Hex A1 47 20 0 38 50 25 12 43 26
Octal 241 107 40 0 70 120 45 22 103 46
Binary 10100001 1000111 100000 0 111000 1010000 100101 10010 1000011 100110

Color Harmonies of #A14720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14720

Black with #A14720

Text Example


Text Example

White with #A14720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14720; }

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

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

background-color css

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

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

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

border-color css

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

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

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