Html Css Color HEX #A14C23 Rich Gold

📋 copy color: '#A14C23'

red 161 ◦ green 76 ◦ blue 35

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

Shades of Rich Gold #A14C23

Tints of Rich Gold #A14C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.87%

R = 59.19%
G = 27.94%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A14C23 (or 0xA14C23) is known color: Rich Gold. HEX triplet: A1, 4C and 23. RGB value is (161,76,35). Sum of RGB (Red+Green+Blue) = 161+76+35=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14C23 is #5EB3DC. Grayscale: #606060. Windows color (decimal): -6206429 or 2313377. OLE color: 2313377.

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

Color convert

RGB 161 76 35 -
CMYK 0 0.53 0.78 0.37
HSL 19.52º 0.64% 0.38% -
HSV(B) 19.52º 0.78% 0.63% -
XYZ 17.59 12.87 3.15 -
YUV 96.74 93.16 173.83 -
System Red Green Blue C M Y K H S L
Decimal 161 76 35 0 0.53 0.78 0.37 19.52 0.64 0.38
Hex A1 4C 23 0 35 4E 25 14 40 26
Octal 241 114 43 0 65 116 45 24 100 46
Binary 10100001 1001100 100011 0 110101 1001110 100101 10100 1000000 100110

Color Harmonies of #A14C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14C23

Black with #A14C23

Text Example


Text Example

White with #A14C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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