#A44852

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

Shades of Hippie Pink #A44852

Tints of Hippie Pink #A44852

Color information

#A44852 (or 0xA44852) is unknown color: approx 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

RGB1647282-
CMYK00.560.50.36
HSL353.48º38.98%46.27%-
HSV(B)353.48º56.1%64.31%-
XYZ19.1513.149.51-
YUV100.65117.48173.19-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164728200.560.50.36353.4838.9846.27
HexA448520383224161272e
Octal24411012207062445414756
Binary10100100100100010100100111000110010100100101100001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>