#A44E62

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

Shades of Hippie Pink #A44E62

Tints of Hippie Pink #A44E62

Color information

#A44E62 (or 0xA44E62) is unknown color: approx Hippie Pink. HEX triplet: A4, 4E and 62. RGB value is (164,78,98). Sum of RGB (Red+Green+Blue) = 164+78+98=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44E62 is #5BB19D. Grayscale: #6A6A6A. Windows color (decimal): -6009246 or 6442660. OLE color: 6442660.

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

Color convert

RGB1647898-
CMYK00.520.400.36
HSL346.05º35.54%47.45%-
HSV(B)346.05º52.44%64.31%-
XYZ20.2414.2213.23-
YUV105.99123.49169.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.24%
GREEN value IS 78 (30.86% from 255) = 22.94%
BLUE value IS 98 (38.67% from 255) = 28.82%
R=48.24%
G=22.94%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164789800.520.400.36346.0535.5447.45
HexA44E62034282415a242f
Octal24411614206450445324457
Binary10100100100111011000100110100101000100100101011010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E62; }

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

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

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

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

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

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

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

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