#A3565A

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

Shades of Hippie Pink #A3565A

Tints of Hippie Pink #A3565A

Color information

#A3565A (or 0xA3565A) is unknown color: approx Hippie Pink. HEX triplet: A3, 56 and 5A. RGB value is (163,86,90). Sum of RGB (Red+Green+Blue) = 163+86+90=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A3565A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3565A is #5CA9A5. Grayscale: #6D6D6D. Windows color (decimal): -6072742 or 5920419. OLE color: 5920419.

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

Color convert

RGB1638690-
CMYK00.470.450.36
HSL356.88º30.92%48.82%-
HSV(B)356.88º47.24%63.92%-
XYZ20.2815.1811.53-
YUV109.48117.01166.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.08%
GREEN value IS 86 (33.98% from 255) = 25.37%
BLUE value IS 90 (35.55% from 255) = 26.55%
R=48.08%
G=25.37%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163869000.470.450.36356.8830.9248.82
HexA3565A02F2D241651f31
Octal24312613205755445453761
Binary1010001110101101011010010111110110110010010110010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3565A; }

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

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

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

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

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

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

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

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