Html Css Color HEX #A44953 Hippie Pink

📋 copy color: '#A44953'

red 164 ◦ green 73 ◦ blue 83

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

Shades of Hippie Pink #A44953

Tints of Hippie Pink #A44953

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.81%

 BLUE value IS 83 (32.81% from 255) = 25.94%

R = 51.25%
G = 22.81%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A44953 (or 0xA44953) is known color: Hippie Pink. HEX triplet: A4, 49 and 53. RGB value is (164,73,83). Sum of RGB (Red+Green+Blue) = 164+73+83=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A44953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44953 is #5BB6AC. Grayscale: #656565. Windows color (decimal): -6010541 or 5458340. OLE color: 5458340.

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

Color convert

RGB 164 73 83 -
CMYK 0 0.55 0.49 0.36
HSL 353.41º 0.38% 0.46% -
HSV(B) 353.41º 0.55% 0.64% -
XYZ 19.25 13.28 9.73 -
YUV 101.35 117.65 172.69 -
System Red Green Blue C M Y K H S L
Decimal 164 73 83 0 0.55 0.49 0.36 353.41 0.38 0.46
Hex A4 49 53 0 37 31 24 161 26 2E
Octal 244 111 123 0 67 61 44 541 46 56
Binary 10100100 1001001 1010011 0 110111 110001 100100 101100001 100110 101110

Color Harmonies of #A44953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44953

Black with #A44953

Text Example


Text Example

White with #A44953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44953; }

 p { color: rgb(164,73,83); }

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

background-color css

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

 a { background-color: rgb(164,73,83); }

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

border-color css

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

 span { border-color: rgb(164,73,83); }

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