Html Css Color HEX #A44853 Hippie Pink

📋 copy color: '#A44853'

red 164 ◦ green 72 ◦ blue 83

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

Shades of Hippie Pink #A44853

Tints of Hippie Pink #A44853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.57%

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

R = 51.41%
G = 22.57%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A44853 (or 0xA44853) is known color: Hippie Pink. HEX triplet: A4, 48 and 53. RGB value is (164,72,83). Sum of RGB (Red+Green+Blue) = 164+72+83=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A44853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44853 is #5BB7AC. Grayscale: #646464. Windows color (decimal): -6010797 or 5458084. OLE color: 5458084.

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

Color convert

RGB 164 72 83 -
CMYK 0 0.56 0.49 0.36
HSL 352.83º 0.39% 0.46% -
HSV(B) 352.83º 0.56% 0.64% -
XYZ 19.19 13.15 9.71 -
YUV 100.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 164 72 83 0 0.56 0.49 0.36 352.83 0.39 0.46
Hex A4 48 53 0 38 31 24 161 27 2E
Octal 244 110 123 0 70 61 44 541 47 56
Binary 10100100 1001000 1010011 0 111000 110001 100100 101100001 100111 101110

Color Harmonies of #A44853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44853

Black with #A44853

Text Example


Text Example

White with #A44853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44853; }

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

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

background-color css

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

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

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

border-color css

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

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

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