Html Css Color HEX #A44860 Hippie Pink

📋 copy color: '#A44860'

red 164 ◦ green 72 ◦ blue 96

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

Shades of Hippie Pink #A44860

Tints of Hippie Pink #A44860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.92%

R = 49.4%
G = 21.69%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A44860 (or 0xA44860) is known color: Hippie Pink. HEX triplet: A4, 48 and 60. RGB value is (164,72,96). Sum of RGB (Red+Green+Blue) = 164+72+96=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A44860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44860 is #5BB79F. Grayscale: #666666. Windows color (decimal): -6010784 or 6310052. OLE color: 6310052.

HSL color Cylindrical-coordinate representation of color #A44860: hue angle of 344.35º 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 #A44860 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 72 96 -
CMYK 0 0.56 0.41 0.36
HSL 344.35º 0.39% 0.46% -
HSV(B) 344.35º 0.56% 0.64% -
XYZ 19.74 13.37 12.61 -
YUV 102.24 124.48 172.05 -
System Red Green Blue C M Y K H S L
Decimal 164 72 96 0 0.56 0.41 0.36 344.35 0.39 0.46
Hex A4 48 60 0 38 29 24 158 27 2E
Octal 244 110 140 0 70 51 44 530 47 56
Binary 10100100 1001000 1100000 0 111000 101001 100100 101011000 100111 101110

Color Harmonies of #A44860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44860

Black with #A44860

Text Example


Text Example

White with #A44860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44860; }

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

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

background-color css

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

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

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

border-color css

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

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

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