#A55066

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

Shades of Hippie Pink #A55066

Tints of Hippie Pink #A55066

Color information

#A55066 (or 0xA55066) is unknown color: approx Hippie Pink. HEX triplet: A5, 50 and 66. RGB value is (165,80,102). Sum of RGB (Red+Green+Blue) = 165+80+102=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A55066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55066 is #5AAF99. Grayscale: #6B6B6B. Windows color (decimal): -5943194 or 6705317. OLE color: 6705317.

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

Color convert

RGB16580102-
CMYK00.520.380.35
HSL344.47º34.69%48.04%-
HSV(B)344.47º51.52%64.71%-
XYZ20.7814.714.31-
YUV107.92124.66168.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.55%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 102 (40.23% from 255) = 29.39%
R=47.55%
G=23.05%
B=29.39%

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
Decimal1658010200.520.380.35344.4734.6948.04
HexA5506603426231582330
Octal24512014606446435304360
Binary10100101101000011001100110100100110100011101011000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55066; }

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

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

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

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

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

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

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

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