Html Css Color HEX #A44D5B Hippie Pink

📋 copy color: '#A44D5B'

red 164 ◦ green 77 ◦ blue 91

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

Shades of Hippie Pink #A44D5B

Tints of Hippie Pink #A44D5B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.19%

 BLUE value IS 91 (35.94% from 255) = 27.41%

R = 49.4%
G = 23.19%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A44D5B (or 0xA44D5B) is known color: Hippie Pink. HEX triplet: A4, 4D and 5B. RGB value is (164,77,91). Sum of RGB (Red+Green+Blue) = 164+77+91=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44D5B is #5BB2A4. Grayscale: #686868. Windows color (decimal): -6009509 or 5983652. OLE color: 5983652.

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

Color convert

RGB 164 77 91 -
CMYK 0 0.53 0.45 0.36
HSL 350.34º 0.36% 0.47% -
HSV(B) 350.34º 0.53% 0.64% -
XYZ 19.85 13.96 11.54 -
YUV 104.61 120.32 170.36 -
System Red Green Blue C M Y K H S L
Decimal 164 77 91 0 0.53 0.45 0.36 350.34 0.36 0.47
Hex A4 4D 5B 0 35 2D 24 15E 24 2F
Octal 244 115 133 0 65 55 44 536 44 57
Binary 10100100 1001101 1011011 0 110101 101101 100100 101011110 100100 101111

Color Harmonies of #A44D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44D5B

Black with #A44D5B

Text Example


Text Example

White with #A44D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44D5B; }

 p { color: rgb(164,77,91); }

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

background-color css

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

 a { background-color: rgb(164,77,91); }

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

border-color css

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

 span { border-color: rgb(164,77,91); }

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