Html Css Color HEX #A14C5D Hippie Pink

📋 copy color: '#A14C5D'

red 161 ◦ green 76 ◦ blue 93

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

Shades of Hippie Pink #A14C5D

Tints of Hippie Pink #A14C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.18%

R = 48.79%
G = 23.03%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A14C5D (or 0xA14C5D) is known color: Hippie Pink. HEX triplet: A1, 4C and 5D. RGB value is (161,76,93). Sum of RGB (Red+Green+Blue) = 161+76+93=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14C5D is #5EB3A2. Grayscale: #676767. Windows color (decimal): -6206371 or 6114465. OLE color: 6114465.

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

Color convert

RGB 161 76 93 -
CMYK 0 0.53 0.42 0.37
HSL 348º 0.36% 0.46% -
HSV(B) 348º 0.53% 0.63% -
XYZ 19.26 13.54 11.95 -
YUV 103.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 161 76 93 0 0.53 0.42 0.37 348 0.36 0.46
Hex A1 4C 5D 0 35 2A 25 15C 24 2E
Octal 241 114 135 0 65 52 45 534 44 56
Binary 10100001 1001100 1011101 0 110101 101010 100101 101011100 100100 101110

Color Harmonies of #A14C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14C5D

Black with #A14C5D

Text Example


Text Example

White with #A14C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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