Html Css Color HEX #A44852 Hippie Pink

📋 copy color: '#A44852'

red 164 ◦ green 72 ◦ blue 82

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

Shades of Hippie Pink #A44852

Tints of Hippie Pink #A44852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.79%

R = 51.57%
G = 22.64%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.5

 K value IS 0.36

RGB Variations

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

Color information

#A44852 (or 0xA44852) is known color: Hippie Pink. HEX triplet: A4, 48 and 52. RGB value is (164,72,82). Sum of RGB (Red+Green+Blue) = 164+72+82=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A44852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44852 is #5BB7AD. Grayscale: #646464. Windows color (decimal): -6010798 or 5392548. OLE color: 5392548.

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

Color convert

RGB 164 72 82 -
CMYK 0 0.56 0.5 0.36
HSL 353.48º 0.39% 0.46% -
HSV(B) 353.48º 0.56% 0.64% -
XYZ 19.15 13.14 9.51 -
YUV 100.65 117.48 173.19 -
System Red Green Blue C M Y K H S L
Decimal 164 72 82 0 0.56 0.5 0.36 353.48 0.39 0.46
Hex A4 48 52 0 38 32 24 161 27 2E
Octal 244 110 122 0 70 62 44 541 47 56
Binary 10100100 1001000 1010010 0 111000 110010 100100 101100001 100111 101110

Color Harmonies of #A44852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44852

Black with #A44852

Text Example


Text Example

White with #A44852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44852; }

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

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

background-color css

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

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

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

border-color css

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

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

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