Html Css Color HEX #A44759 Hippie Pink

📋 copy color: '#A44759'

red 164 ◦ green 71 ◦ blue 89

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

Shades of Hippie Pink #A44759

Tints of Hippie Pink #A44759

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.91%

 BLUE value IS 89 (35.16% from 255) = 27.47%

R = 50.62%
G = 21.91%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A44759 (or 0xA44759) is known color: Hippie Pink. HEX triplet: A4, 47 and 59. RGB value is (164,71,89). Sum of RGB (Red+Green+Blue) = 164+71+89=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A44759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44759 is #5BB8A6. Grayscale: #646464. Windows color (decimal): -6011047 or 5851044. OLE color: 5851044.

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

Color convert

RGB 164 71 89 -
CMYK 0 0.57 0.46 0.36
HSL 348.39º 0.4% 0.46% -
HSV(B) 348.39º 0.57% 0.64% -
XYZ 19.37 13.12 10.96 -
YUV 100.86 121.31 173.04 -
System Red Green Blue C M Y K H S L
Decimal 164 71 89 0 0.57 0.46 0.36 348.39 0.4 0.46
Hex A4 47 59 0 39 2E 24 15C 28 2E
Octal 244 107 131 0 71 56 44 534 50 56
Binary 10100100 1000111 1011001 0 111001 101110 100100 101011100 101000 101110

Color Harmonies of #A44759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44759

Black with #A44759

Text Example


Text Example

White with #A44759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44759; }

 p { color: rgb(164,71,89); }

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

background-color css

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

 a { background-color: rgb(164,71,89); }

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

border-color css

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

 span { border-color: rgb(164,71,89); }

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