#A4555F

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

Shades of Hippie Pink #A4555F

Tints of Hippie Pink #A4555F

Color information

#A4555F (or 0xA4555F) is unknown color: approx Hippie Pink. HEX triplet: A4, 55 and 5F. RGB value is (164,85,95). Sum of RGB (Red+Green+Blue) = 164+85+95=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A4555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4555F is #5BAAA0. Grayscale: #6D6D6D. Windows color (decimal): -6007457 or 6247844. OLE color: 6247844.

HSL color Cylindrical-coordinate representation of color #A4555F: hue angle of 352.41º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4555F is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1648595-
CMYK00.480.420.36
HSL352.41º31.73%48.82%-
HSV(B)352.41º48.17%64.31%-
XYZ20.6215.2212.68-
YUV109.76119.67166.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.67%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 95 (37.5% from 255) = 27.62%
R=47.67%
G=24.71%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164859500.480.420.36352.4131.7348.82
HexA4555F0302A241602031
Octal24412513706052445404061
Binary10100100101010110111110110000101010100100101100000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4555F; }

 p { color: rgb(164,85,95); }

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

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

 a { background-color: rgb(164,85,95); }

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

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

 span { border-color: rgb(164,85,95); }

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