#A55462

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

Shades of Hippie Pink #A55462

Tints of Hippie Pink #A55462

Color information

#A55462 (or 0xA55462) is unknown color: approx Hippie Pink. HEX triplet: A5, 54 and 62. RGB value is (165,84,98). Sum of RGB (Red+Green+Blue) = 165+84+98=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A55462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55462 is #5AAB9D. Grayscale: #6D6D6D. Windows color (decimal): -5942174 or 6444197. OLE color: 6444197.

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

Color convert

RGB1658498-
CMYK00.490.410.35
HSL349.63º32.53%48.82%-
HSV(B)349.63º49.09%64.71%-
XYZ20.8915.2213.39-
YUV109.82121.34167.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.55%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 98 (38.67% from 255) = 28.24%
R=47.55%
G=24.21%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165849800.490.410.35349.6332.5348.82
HexA55462031292315e2131
Octal24512414206151435364161
Binary10100101101010011000100110001101001100011101011110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55462; }

 p { color: rgb(165,84,98); }

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

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

 a { background-color: rgb(165,84,98); }

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

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

 span { border-color: rgb(165,84,98); }

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