#A55067

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

Shades of Hippie Pink #A55067

Tints of Hippie Pink #A55067

Color information

#A55067 (or 0xA55067) is unknown color: approx Hippie Pink. HEX triplet: A5, 50 and 67. RGB value is (165,80,103). Sum of RGB (Red+Green+Blue) = 165+80+103=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A55067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55067 is #5AAF98. Grayscale: #6C6C6C. Windows color (decimal): -5943193 or 6770853. OLE color: 6770853.

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

Color convert

RGB16580103-
CMYK00.520.380.35
HSL343.76º34.69%48.04%-
HSV(B)343.76º51.52%64.71%-
XYZ20.8314.7214.57-
YUV108.04125.16168.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.41%
GREEN value IS 80 (31.64% from 255) = 22.99%
BLUE value IS 103 (40.62% from 255) = 29.60%
R=47.41%
G=22.99%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658010300.520.380.35343.7634.6948.04
HexA5506703426231582330
Octal24512014706446435304360
Binary10100101101000011001110110100100110100011101011000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55067; }

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

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

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

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

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

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

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

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