#A44E58

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

Shades of Hippie Pink #A44E58

Tints of Hippie Pink #A44E58

Color information

#A44E58 (or 0xA44E58) is unknown color: approx Hippie Pink. HEX triplet: A4, 4E and 58. RGB value is (164,78,88). Sum of RGB (Red+Green+Blue) = 164+78+88=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44E58 is #5BB1A7. Grayscale: #686868. Windows color (decimal): -6009256 or 5787300. OLE color: 5787300.

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

Color convert

RGB1647888-
CMYK00.520.460.36
HSL353.02º35.54%47.45%-
HSV(B)353.02º52.44%64.31%-
XYZ19.814.0510.9-
YUV104.85118.49170.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.70%
GREEN value IS 78 (30.86% from 255) = 23.64%
BLUE value IS 88 (34.77% from 255) = 26.67%
R=49.70%
G=23.64%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164788800.520.460.36353.0235.5447.45
HexA44E580342E24161242f
Octal24411613006456445414457
Binary10100100100111010110000110100101110100100101100001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E58; }

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

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

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

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

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

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

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

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