#A5565A

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

Shades of Hippie Pink #A5565A

Tints of Hippie Pink #A5565A

Color information

#A5565A (or 0xA5565A) is unknown color: approx Hippie Pink. HEX triplet: A5, 56 and 5A. RGB value is (165,86,90). Sum of RGB (Red+Green+Blue) = 165+86+90=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A5565A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5565A is #5AA9A5. Grayscale: #6E6E6E. Windows color (decimal): -5941670 or 5920421. OLE color: 5920421.

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

Color convert

RGB1658690-
CMYK00.480.450.35
HSL356.96º31.47%49.22%-
HSV(B)356.96º47.88%64.71%-
XYZ20.6915.3911.55-
YUV110.08116.67167.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.39%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 90 (35.55% from 255) = 26.39%
R=48.39%
G=25.22%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165869000.480.450.35356.9631.4749.22
HexA5565A0302D231651f31
Octal24512613206055435453761
Binary1010010110101101011010011000010110110001110110010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5565A; }

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

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

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

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

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

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

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

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