#A55456

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

Shades of Hippie Pink #A55456

Tints of Hippie Pink #A55456

Color information

#A55456 (or 0xA55456) is unknown color: approx Hippie Pink. HEX triplet: A5, 54 and 56. RGB value is (165,84,86). Sum of RGB (Red+Green+Blue) = 165+84+86=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A55456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55456 is #5AABA9. Grayscale: #6C6C6C. Windows color (decimal): -5942186 or 5657765. OLE color: 5657765.

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

Color convert

RGB1658486-
CMYK00.490.480.35
HSL358.52º32.53%48.82%-
HSV(B)358.52º49.09%64.71%-
XYZ20.3715.0110.63-
YUV108.45115.34168.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.25%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=49.25%
G=25.07%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165848600.490.480.35358.5232.5348.82
HexA5545603130231672131
Octal24512412606160435474161
Binary10100101101010010101100110001110000100011101100111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55456; }

 p { color: rgb(165,84,86); }

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

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

 a { background-color: rgb(165,84,86); }

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

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

 span { border-color: rgb(165,84,86); }

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