#A55762

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

Shades of Hippie Pink #A55762

Tints of Hippie Pink #A55762

Color information

#A55762 (or 0xA55762) is unknown color: approx Hippie Pink. HEX triplet: A5, 57 and 62. RGB value is (165,87,98). Sum of RGB (Red+Green+Blue) = 165+87+98=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A55762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55762 is #5AA89D. Grayscale: #6F6F6F. Windows color (decimal): -5941406 or 6444965. OLE color: 6444965.

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

Color convert

RGB1658798-
CMYK00.470.410.35
HSL351.54º30.95%49.41%-
HSV(B)351.54º47.27%64.71%-
XYZ21.1315.713.47-
YUV111.58120.34166.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.14%
GREEN value IS 87 (34.38% from 255) = 24.86%
BLUE value IS 98 (38.67% from 255) = 28%
R=47.14%
G=24.86%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165879800.470.410.35351.5430.9549.41
HexA5576202F29231601f31
Octal24512714205751435403761
Binary1010010110101111100010010111110100110001110110000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55762; }

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

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

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

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

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

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

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

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