#A5555F

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

Shades of Hippie Pink #A5555F

Tints of Hippie Pink #A5555F

Color information

#A5555F (or 0xA5555F) is unknown color: approx Hippie Pink. HEX triplet: A5, 55 and 5F. RGB value is (165,85,95). Sum of RGB (Red+Green+Blue) = 165+85+95=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A5555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5555F is #5AAAA0. Grayscale: #6E6E6E. Windows color (decimal): -5941921 or 6247845. OLE color: 6247845.

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

Color convert

RGB1658595-
CMYK00.480.420.35
HSL352.5º32%49.02%-
HSV(B)352.5º48.48%64.71%-
XYZ20.8315.3212.69-
YUV110.06119.5167.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 85 (33.59% from 255) = 24.64%
BLUE value IS 95 (37.5% from 255) = 27.54%
R=47.83%
G=24.64%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165859500.480.420.35352.53249.02
HexA5555F0302A231602031
Octal24512513706052435404061
Binary10100101101010110111110110000101010100011101100000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5555F; }

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

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

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

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

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

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

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

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