#A4445D

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

Shades of Hippie Pink #A4445D

Tints of Hippie Pink #A4445D

Color information

#A4445D (or 0xA4445D) is unknown color: approx Hippie Pink. HEX triplet: A4, 44 and 5D. RGB value is (164,68,93). Sum of RGB (Red+Green+Blue) = 164+68+93=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A4445D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4445D is #5BBBA2. Grayscale: #636363. Windows color (decimal): -6011811 or 6112420. OLE color: 6112420.

HSL color Cylindrical-coordinate representation of color #A4445D: hue angle of 344.38º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A4445D is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB1646893-
CMYK00.590.430.36
HSL344.38º41.38%45.49%-
HSV(B)344.38º58.54%64.31%-
XYZ19.3512.8211.81-
YUV99.55124.3173.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.46%
GREEN value IS 68 (26.95% from 255) = 20.92%
BLUE value IS 93 (36.72% from 255) = 28.62%
R=50.46%
G=20.92%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164689300.590.430.36344.3841.3845.49
HexA4445D03B2B24158292d
Octal24410413507353445305155
Binary10100100100010010111010111011101011100100101011000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4445D; }

 p { color: rgb(164,68,93); }

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

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

 a { background-color: rgb(164,68,93); }

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

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

 span { border-color: rgb(164,68,93); }

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