Html Css Color HEX #A14A58 Hippie Pink

📋 copy color: '#A14A58'

red 161 ◦ green 74 ◦ blue 88

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

Shades of Hippie Pink #A14A58

Tints of Hippie Pink #A14A58

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.91%

 BLUE value IS 88 (34.77% from 255) = 27.24%

R = 49.85%
G = 22.91%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A14A58 (or 0xA14A58) is known color: Hippie Pink. HEX triplet: A1, 4A and 58. RGB value is (161,74,88). Sum of RGB (Red+Green+Blue) = 161+74+88=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14A58 is #5EB5A7. Grayscale: #656565. Windows color (decimal): -6206888 or 5786273. OLE color: 5786273.

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

Color convert

RGB 161 74 88 -
CMYK 0 0.54 0.45 0.37
HSL 350.34º 0.37% 0.46% -
HSV(B) 350.34º 0.54% 0.63% -
XYZ 18.91 13.18 10.78 -
YUV 101.61 120.32 170.36 -
System Red Green Blue C M Y K H S L
Decimal 161 74 88 0 0.54 0.45 0.37 350.34 0.37 0.46
Hex A1 4A 58 0 36 2D 25 15E 25 2E
Octal 241 112 130 0 66 55 45 536 45 56
Binary 10100001 1001010 1011000 0 110110 101101 100101 101011110 100101 101110

Color Harmonies of #A14A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14A58

Black with #A14A58

Text Example


Text Example

White with #A14A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14A58; }

 p { color: rgb(161,74,88); }

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

background-color css

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

 a { background-color: rgb(161,74,88); }

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

border-color css

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

 span { border-color: rgb(161,74,88); }

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