Html Css Color HEX #A44858 Hippie Pink

📋 copy color: '#A44858'

red 164 ◦ green 72 ◦ blue 88

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

Shades of Hippie Pink #A44858

Tints of Hippie Pink #A44858

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.22%

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

R = 50.62%
G = 22.22%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A44858 (or 0xA44858) is known color: Hippie Pink. HEX triplet: A4, 48 and 58. RGB value is (164,72,88). Sum of RGB (Red+Green+Blue) = 164+72+88=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A44858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44858 is #5BB7A7. Grayscale: #656565. Windows color (decimal): -6010792 or 5785764. OLE color: 5785764.

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

Color convert

RGB 164 72 88 -
CMYK 0 0.56 0.46 0.36
HSL 349.57º 0.39% 0.46% -
HSV(B) 349.57º 0.56% 0.64% -
XYZ 19.39 13.23 10.76 -
YUV 101.33 120.48 172.7 -
System Red Green Blue C M Y K H S L
Decimal 164 72 88 0 0.56 0.46 0.36 349.57 0.39 0.46
Hex A4 48 58 0 38 2E 24 15E 27 2E
Octal 244 110 130 0 70 56 44 536 47 56
Binary 10100100 1001000 1011000 0 111000 101110 100100 101011110 100111 101110

Color Harmonies of #A44858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44858

Black with #A44858

Text Example


Text Example

White with #A44858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44858; }

 p { color: rgb(164,72,88); }

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

background-color css

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

 a { background-color: rgb(164,72,88); }

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

border-color css

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

 span { border-color: rgb(164,72,88); }

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