#A4565B

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

Shades of Hippie Pink #A4565B

Tints of Hippie Pink #A4565B

Color information

#A4565B (or 0xA4565B) is unknown color: approx Hippie Pink. HEX triplet: A4, 56 and 5B. RGB value is (164,86,91). Sum of RGB (Red+Green+Blue) = 164+86+91=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A4565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4565B is #5BA9A4. Grayscale: #6D6D6D. Windows color (decimal): -6007205 or 5985956. OLE color: 5985956.

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

Color convert

RGB1648691-
CMYK00.480.450.36
HSL356.15º31.2%49.02%-
HSV(B)356.15º47.56%64.31%-
XYZ20.5315.311.77-
YUV109.89117.34166.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.09%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 91 (35.94% from 255) = 26.69%
R=48.09%
G=25.22%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164869100.480.450.36356.1531.249.02
HexA4565B0302D241641f31
Octal24412613306055445443761
Binary1010010010101101011011011000010110110010010110010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4565B; }

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

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

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

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

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

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

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

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