#A44962

Color #A44962 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #A44962

Tints of Hippie Pink #A44962

Color information

#A44962 (or 0xA44962) is unknown color: approx Hippie Pink. HEX triplet: A4, 49 and 62. RGB value is (164,73,98). Sum of RGB (Red+Green+Blue) = 164+73+98=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A44962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44962 is #5BB69D. Grayscale: #676767. Windows color (decimal): -6010526 or 6441380. OLE color: 6441380.

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

Color convert

RGB1647398-
CMYK00.550.400.36
HSL343.52º38.4%46.47%-
HSV(B)343.52º55.49%64.31%-
XYZ19.913.5413.12-
YUV103.06125.15171.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.96%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 98 (38.67% from 255) = 29.25%
R=48.96%
G=21.79%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164739800.550.400.36343.5238.446.47
HexA449620372824158262e
Octal24411114206750445304656
Binary10100100100100111000100110111101000100100101011000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44962; }

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

 H1.HeaderClassName
 {
   color: #A44962;
 }
 .AnyTagClassName
 {
   color: #A44962;
 }
</style>
background-color css

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

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

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

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

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

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