Html Css Color HEX #A44A5C Hippie Pink

📋 copy color: '#A44A5C'

red 164 ◦ green 74 ◦ blue 92

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

Shades of Hippie Pink #A44A5C

Tints of Hippie Pink #A44A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.88%

R = 49.7%
G = 22.42%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A44A5C (or 0xA44A5C) is known color: Hippie Pink. HEX triplet: A4, 4A and 5C. RGB value is (164,74,92). Sum of RGB (Red+Green+Blue) = 164+74+92=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44A5C is #5BB5A3. Grayscale: #666666. Windows color (decimal): -6010276 or 6048420. OLE color: 6048420.

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

Color convert

RGB 164 74 92 -
CMYK 0 0.55 0.44 0.36
HSL 348º 0.38% 0.47% -
HSV(B) 348º 0.55% 0.64% -
XYZ 19.69 13.56 11.71 -
YUV 102.96 121.82 171.54 -
System Red Green Blue C M Y K H S L
Decimal 164 74 92 0 0.55 0.44 0.36 348 0.38 0.47
Hex A4 4A 5C 0 37 2C 24 15C 26 2F
Octal 244 112 134 0 67 54 44 534 46 57
Binary 10100100 1001010 1011100 0 110111 101100 100100 101011100 100110 101111

Color Harmonies of #A44A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44A5C

Black with #A44A5C

Text Example


Text Example

White with #A44A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44A5C; }

 p { color: rgb(164,74,92); }

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

background-color css

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

 a { background-color: rgb(164,74,92); }

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

border-color css

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

 span { border-color: rgb(164,74,92); }

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