#A55561

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

Shades of Hippie Pink #A55561

Tints of Hippie Pink #A55561

Color information

#A55561 (or 0xA55561) is unknown color: approx Hippie Pink. HEX triplet: A5, 55 and 61. RGB value is (165,85,97). Sum of RGB (Red+Green+Blue) = 165+85+97=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A55561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55561 is #5AAA9E. Grayscale: #6E6E6E. Windows color (decimal): -5941919 or 6378917. OLE color: 6378917.

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

Color convert

RGB1658597-
CMYK00.480.410.35
HSL351º32%49.02%-
HSV(B)351º48.48%64.71%-
XYZ20.9215.3613.17-
YUV110.29120.5167.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.55%
GREEN value IS 85 (33.59% from 255) = 24.50%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=47.55%
G=24.50%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165859700.480.410.353513249.02
HexA55561030292315f2031
Octal24512514106051435374061
Binary10100101101010111000010110000101001100011101011111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55561; }

 p { color: rgb(165,85,97); }

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

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

 a { background-color: rgb(165,85,97); }

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

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

 span { border-color: rgb(165,85,97); }

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