#A3565D

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

Shades of Hippie Pink #A3565D

Tints of Hippie Pink #A3565D

Color information

#A3565D (or 0xA3565D) is unknown color: approx Hippie Pink. HEX triplet: A3, 56 and 5D. RGB value is (163,86,93). Sum of RGB (Red+Green+Blue) = 163+86+93=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A3565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3565D is #5CA9A2. Grayscale: #6D6D6D. Windows color (decimal): -6072739 or 6117027. OLE color: 6117027.

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

Color convert

RGB1638693-
CMYK00.470.430.36
HSL354.55º30.92%48.82%-
HSV(B)354.55º47.24%63.92%-
XYZ20.4115.2312.22-
YUV109.82118.51165.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.66%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 93 (36.72% from 255) = 27.19%
R=47.66%
G=25.15%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163869300.470.430.36354.5530.9248.82
HexA3565D02F2B241631f31
Octal24312613505753445433761
Binary1010001110101101011101010111110101110010010110001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3565D; }

 p { color: rgb(163,86,93); }

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

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

 a { background-color: rgb(163,86,93); }

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

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

 span { border-color: rgb(163,86,93); }

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