Html Css Color HEX #A44961 Hippie Pink

📋 copy color: '#A44961'

red 164 ◦ green 73 ◦ blue 97

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

Shades of Hippie Pink #A44961

Tints of Hippie Pink #A44961

RGB

 RED value IS 164 (64.45% from 255) = 49.1%

 GREEN value IS 73 (28.91% from 255) = 21.86%

 BLUE value IS 97 (38.28% from 255) = 29.04%

R = 49.1%
G = 21.86%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A44961 (or 0xA44961) is known color: Hippie Pink. HEX triplet: A4, 49 and 61. RGB value is (164,73,97). Sum of RGB (Red+Green+Blue) = 164+73+97=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A44961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44961 is #5BB69E. Grayscale: #666666. Windows color (decimal): -6010527 or 6375844. OLE color: 6375844.

HSL color Cylindrical-coordinate representation of color #A44961: hue angle of 344.18º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44961 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 73 97 -
CMYK 0 0.55 0.41 0.36
HSL 344.18º 0.38% 0.46% -
HSV(B) 344.18º 0.55% 0.64% -
XYZ 19.85 13.52 12.87 -
YUV 102.95 124.65 171.55 -
System Red Green Blue C M Y K H S L
Decimal 164 73 97 0 0.55 0.41 0.36 344.18 0.38 0.46
Hex A4 49 61 0 37 29 24 158 26 2E
Octal 244 111 141 0 67 51 44 530 46 56
Binary 10100100 1001001 1100001 0 110111 101001 100100 101011000 100110 101110

Color Harmonies of #A44961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44961

Black with #A44961

Text Example


Text Example

White with #A44961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44961; }

 p { color: rgb(164,73,97); }

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

background-color css

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

 a { background-color: rgb(164,73,97); }

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

border-color css

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

 span { border-color: rgb(164,73,97); }

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