#A55458

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

Shades of Hippie Pink #A55458

Tints of Hippie Pink #A55458

Color information

#A55458 (or 0xA55458) is unknown color: approx Hippie Pink. HEX triplet: A5, 54 and 58. RGB value is (165,84,88). Sum of RGB (Red+Green+Blue) = 165+84+88=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A55458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55458 is #5AABA7. Grayscale: #6C6C6C. Windows color (decimal): -5942184 or 5788837. OLE color: 5788837.

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

Color convert

RGB1658488-
CMYK00.490.470.35
HSL357.04º32.53%48.82%-
HSV(B)357.04º49.09%64.71%-
XYZ20.4515.0411.06-
YUV108.68116.34168.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.96%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 88 (34.77% from 255) = 26.11%
R=48.96%
G=24.93%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165848800.490.470.35357.0432.5348.82
HexA554580312F231652131
Octal24512413006157435454161
Binary10100101101010010110000110001101111100011101100101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55458; }

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

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

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

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

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

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

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

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