#A5565C

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

Shades of Hippie Pink #A5565C

Tints of Hippie Pink #A5565C

Color information

#A5565C (or 0xA5565C) is unknown color: approx Hippie Pink. HEX triplet: A5, 56 and 5C. RGB value is (165,86,92). Sum of RGB (Red+Green+Blue) = 165+86+92=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A5565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5565C is #5AA9A3. Grayscale: #6E6E6E. Windows color (decimal): -5941668 or 6051493. OLE color: 6051493.

HSL color Cylindrical-coordinate representation of color #A5565C: hue angle of 355.44º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5565C is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1658692-
CMYK00.480.440.35
HSL355.44º31.47%49.22%-
HSV(B)355.44º47.88%64.71%-
XYZ20.7815.4312.01-
YUV110.3117.67167.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.10%
GREEN value IS 86 (33.98% from 255) = 25.07%
BLUE value IS 92 (36.33% from 255) = 26.82%
R=48.10%
G=25.07%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165869200.480.440.35355.4431.4749.22
HexA5565C0302C231631f31
Octal24512613406054435433761
Binary1010010110101101011100011000010110010001110110001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5565C; }

 p { color: rgb(165,86,92); }

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

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

 a { background-color: rgb(165,86,92); }

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

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

 span { border-color: rgb(165,86,92); }

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