#A4565F

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

Shades of Hippie Pink #A4565F

Tints of Hippie Pink #A4565F

Color information

#A4565F (or 0xA4565F) is unknown color: approx Hippie Pink. HEX triplet: A4, 56 and 5F. RGB value is (164,86,95). Sum of RGB (Red+Green+Blue) = 164+86+95=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A4565F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4565F is #5BA9A0. Grayscale: #6E6E6E. Windows color (decimal): -6007201 or 6248100. OLE color: 6248100.

HSL color Cylindrical-coordinate representation of color #A4565F: hue angle of 353.08º degrees, saturation: 0.31, 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 #A4565F is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1648695-
CMYK00.480.420.36
HSL353.08º31.2%49.02%-
HSV(B)353.08º47.56%64.31%-
XYZ20.715.3712.7-
YUV110.35119.34166.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.54%
GREEN value IS 86 (33.98% from 255) = 24.93%
BLUE value IS 95 (37.5% from 255) = 27.54%
R=47.54%
G=24.93%
B=27.54%

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
Decimal164869500.480.420.36353.0831.249.02
HexA4565F0302A241611f31
Octal24412613706052445413761
Binary1010010010101101011111011000010101010010010110000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4565F; }

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

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

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

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

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

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

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

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