#A55060

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

Shades of Hippie Pink #A55060

Tints of Hippie Pink #A55060

Color information

#A55060 (or 0xA55060) is unknown color: approx Hippie Pink. HEX triplet: A5, 50 and 60. RGB value is (165,80,96). Sum of RGB (Red+Green+Blue) = 165+80+96=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A55060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55060 is #5AAF9F. Grayscale: #6B6B6B. Windows color (decimal): -5943200 or 6312101. OLE color: 6312101.

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

Color convert

RGB1658096-
CMYK00.520.420.35
HSL348.71º34.69%48.04%-
HSV(B)348.71º51.52%64.71%-
XYZ20.514.5812.8-
YUV107.24121.66169.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.39%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 96 (37.89% from 255) = 28.15%
R=48.39%
G=23.46%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165809600.520.420.35348.7134.6948.04
HexA550600342A2315d2330
Octal24512014006452435354360
Binary10100101101000011000000110100101010100011101011101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55060; }

 p { color: rgb(165,80,96); }

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

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

 a { background-color: rgb(165,80,96); }

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

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

 span { border-color: rgb(165,80,96); }

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