Html Css Color HEX #A14C16 Rich Gold

📋 copy color: '#A14C16'

red 161 ◦ green 76 ◦ blue 22

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

Shades of Rich Gold #A14C16

Tints of Rich Gold #A14C16

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.34%

 BLUE value IS 22 (8.98% from 255) = 8.49%

R = 62.16%
G = 29.34%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A14C16 (or 0xA14C16) is known color: Rich Gold. HEX triplet: A1, 4C and 16. RGB value is (161,76,22). Sum of RGB (Red+Green+Blue) = 161+76+22=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14C16 is #5EB3E9. Grayscale: #5F5F5F. Windows color (decimal): -6206442 or 1461409. OLE color: 1461409.

HSL color Cylindrical-coordinate representation of color #A14C16: hue angle of 23.31º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A14C16 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 76 22 -
CMYK 0 0.53 0.86 0.37
HSL 23.31º 0.76% 0.36% -
HSV(B) 23.31º 0.86% 0.63% -
XYZ 17.43 12.8 2.31 -
YUV 95.26 86.66 174.89 -
System Red Green Blue C M Y K H S L
Decimal 161 76 22 0 0.53 0.86 0.37 23.31 0.76 0.36
Hex A1 4C 16 0 35 56 25 17 4C 24
Octal 241 114 26 0 65 126 45 27 114 44
Binary 10100001 1001100 10110 0 110101 1010110 100101 10111 1001100 100100

Color Harmonies of #A14C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14C16

Black with #A14C16

Text Example


Text Example

White with #A14C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14C16; }

 p { color: rgb(161,76,22); }

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

background-color css

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

 a { background-color: rgb(161,76,22); }

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

border-color css

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

 span { border-color: rgb(161,76,22); }

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