#A55562

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

Shades of Hippie Pink #A55562

Tints of Hippie Pink #A55562

Color information

#A55562 (or 0xA55562) is unknown color: approx Hippie Pink. HEX triplet: A5, 55 and 62. RGB value is (165,85,98). Sum of RGB (Red+Green+Blue) = 165+85+98=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A55562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55562 is #5AAA9D. Grayscale: #6E6E6E. Windows color (decimal): -5941918 or 6444453. OLE color: 6444453.

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

Color convert

RGB1658598-
CMYK00.480.410.35
HSL350.25º32%49.02%-
HSV(B)350.25º48.48%64.71%-
XYZ20.9715.3813.42-
YUV110.4121166.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.41%
GREEN value IS 85 (33.59% from 255) = 24.43%
BLUE value IS 98 (38.67% from 255) = 28.16%
R=47.41%
G=24.43%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165859800.480.410.35350.253249.02
HexA55562030292315e2031
Octal24512514206051435364061
Binary10100101101010111000100110000101001100011101011110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55562; }

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

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

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

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

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

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

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

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