Html Css Color HEX #A44558 Hippie Pink

📋 copy color: '#A44558'

red 164 ◦ green 69 ◦ blue 88

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

Shades of Hippie Pink #A44558

Tints of Hippie Pink #A44558

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.5%

 BLUE value IS 88 (34.77% from 255) = 27.41%

R = 51.09%
G = 21.5%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A44558 (or 0xA44558) is known color: Hippie Pink. HEX triplet: A4, 45 and 58. RGB value is (164,69,88). Sum of RGB (Red+Green+Blue) = 164+69+88=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A44558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44558 is #5BBAA7. Grayscale: #636363. Windows color (decimal): -6011560 or 5784996. OLE color: 5784996.

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

Color convert

RGB 164 69 88 -
CMYK 0 0.58 0.46 0.36
HSL 348º 0.41% 0.46% -
HSV(B) 348º 0.58% 0.64% -
XYZ 19.2 12.85 10.7 -
YUV 99.57 121.47 173.96 -
System Red Green Blue C M Y K H S L
Decimal 164 69 88 0 0.58 0.46 0.36 348 0.41 0.46
Hex A4 45 58 0 3A 2E 24 15C 29 2E
Octal 244 105 130 0 72 56 44 534 51 56
Binary 10100100 1000101 1011000 0 111010 101110 100100 101011100 101001 101110

Color Harmonies of #A44558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44558

Black with #A44558

Text Example


Text Example

White with #A44558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44558; }

 p { color: rgb(164,69,88); }

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

background-color css

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

 a { background-color: rgb(164,69,88); }

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

border-color css

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

 span { border-color: rgb(164,69,88); }

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