Html Css Color HEX #A44D5A Hippie Pink

📋 copy color: '#A44D5A'

red 164 ◦ green 77 ◦ blue 90

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

Shades of Hippie Pink #A44D5A

Tints of Hippie Pink #A44D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.19%

R = 49.55%
G = 23.26%
B = 27.19%

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

#A44D5A (or 0xA44D5A) is known color: Hippie Pink. HEX triplet: A4, 4D and 5A. RGB value is (164,77,90). Sum of RGB (Red+Green+Blue) = 164+77+90=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44D5A is #5BB2A5. Grayscale: #686868. Windows color (decimal): -6009510 or 5918116. OLE color: 5918116.

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

Color convert

RGB 164 77 90 -
CMYK 0 0.53 0.45 0.36
HSL 351.03º 0.36% 0.47% -
HSV(B) 351.03º 0.53% 0.64% -
XYZ 19.81 13.94 11.32 -
YUV 104.5 119.82 170.44 -
System Red Green Blue C M Y K H S L
Decimal 164 77 90 0 0.53 0.45 0.36 351.03 0.36 0.47
Hex A4 4D 5A 0 35 2D 24 15F 24 2F
Octal 244 115 132 0 65 55 44 537 44 57
Binary 10100100 1001101 1011010 0 110101 101101 100100 101011111 100100 101111

Color Harmonies of #A44D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44D5A

Black with #A44D5A

Text Example


Text Example

White with #A44D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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