Html Css Color HEX #A44A5A Hippie Pink

📋 copy color: '#A44A5A'

red 164 ◦ green 74 ◦ blue 90

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

Shades of Hippie Pink #A44A5A

Tints of Hippie Pink #A44A5A

RGB

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

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

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

R = 50%
G = 22.56%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A44A5A (or 0xA44A5A) is known color: Hippie Pink. HEX triplet: A4, 4A and 5A. RGB value is (164,74,90). Sum of RGB (Red+Green+Blue) = 164+74+90=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44A5A is #5BB5A5. Grayscale: #666666. Windows color (decimal): -6010278 or 5917348. OLE color: 5917348.

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

Color convert

RGB 164 74 90 -
CMYK 0 0.55 0.45 0.36
HSL 349.33º 0.38% 0.47% -
HSV(B) 349.33º 0.55% 0.64% -
XYZ 19.6 13.53 11.25 -
YUV 102.73 120.82 171.7 -
System Red Green Blue C M Y K H S L
Decimal 164 74 90 0 0.55 0.45 0.36 349.33 0.38 0.47
Hex A4 4A 5A 0 37 2D 24 15D 26 2F
Octal 244 112 132 0 67 55 44 535 46 57
Binary 10100100 1001010 1011010 0 110111 101101 100100 101011101 100110 101111

Color Harmonies of #A44A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44A5A

Black with #A44A5A

Text Example


Text Example

White with #A44A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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